From: Thomas Petazzoni Date: Tue, 24 Mar 2020 20:20:10 +0000 (+0100) Subject: configs/freescale_imx8qmmek: kernel build needs host-openssl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32a10198e3932aaa7498ba2387c39f6f1aebddca;p=buildroot.git configs/freescale_imx8qmmek: kernel build needs host-openssl With the recent bump of the kernel to 4.19, the kernel configuration now needs host-openssl to build. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/483712526 Signed-off-by: Thomas Petazzoni --- diff --git a/configs/freescale_imx8qmmek_defconfig b/configs/freescale_imx8qmmek_defconfig index e87818f34b..c9fc3a781c 100644 --- a/configs/freescale_imx8qmmek_defconfig +++ b/configs/freescale_imx8qmmek_defconfig @@ -10,6 +10,7 @@ BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.19.35_1.1.0" BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/fsl-imx8qm-mek" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_PACKAGE_FREESCALE_IMX=y BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8=y BR2_PACKAGE_FIRMWARE_IMX=y