[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-144-geb6978233
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-11-20 09:12:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via eb6978233b486a6fb1665fe39eef069b1685c9e8 (commit)
from 272d09247d7b08e6e74fa0685d18a58f2713ce9a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eb6978233b486a6fb1665fe39eef069b1685c9e8
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Nov 20 10:09:59 2019 +0100
[BUILDROOT] apf6_defconfig: enable BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL
It fixes the following kernel build error:
scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory
#include <openssl/bio.h>
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf6_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildroot/configs/apf6_defconfig b/buildroot/configs/apf6_defconfig
index f373ce1f5..d9e207567 100644
--- a/buildroot/configs/apf6_defconfig
+++ b/buildroot/configs/apf6_defconfig
@@ -32,6 +32,7 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-4
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-apf6dev imx6dl-apf6dev imx6q-apf6v2dev imx6dl-apf6v2dev"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_PACKAGE_BUSYBOX_CONFIG="$(ARMADEUS_PATH)/busybox.config"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_DEMOS=y
hooks/post-receive
--
armadeus
|