[Buildroot] [PATCH 11/23] configs/imx6-sabresd: needs host-openssl for the Linux kernel build

Fabio Estevam festevam at gmail.com
Sun Mar 4 23:24:52 UTC 2018


Hi Thomas,

On Sun, Mar 4, 2018 at 6:31 PM, Thomas Petazzoni
<thomas.petazzoni at bootlin.com> wrote:
> Fixes:
>
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/55306836
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
> ---
>  configs/imx6-sabresd_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/imx6-sabresd_defconfig b/configs/imx6-sabresd_defconfig
> index edb4d7ed10..9999513914 100644
> --- a/configs/imx6-sabresd_defconfig
> +++ b/configs/imx6-sabresd_defconfig
> @@ -36,3 +36,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15"
>  BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd imx6dl-sabresd imx6qp-sabresd"
> +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y

It seems that all kernels >= 4.15 need to have
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL selected, right?

Can we have this selection made on a common place?

Thanks


More information about the buildroot mailing list