diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-04 22:31:25 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-30 19:04:26 +0200 |
commit | 78414d1c1fd45457e2867a1c7f3ab02a828eafb9 (patch) | |
tree | 0715f51ff66c85106c975cabc60d04d06b516afe | |
parent | 1230b03632f09bcda6c1d3d07a2633a38566dd91 (diff) | |
download | buildroot-78414d1c1fd45457e2867a1c7f3ab02a828eafb9.tar.gz buildroot-78414d1c1fd45457e2867a1c7f3ab02a828eafb9.zip |
configs/imx6-sabresd: needs host-openssl for the Linux kernel build
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/55306836
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 5dac3b9b8d72ea2b4aa264bfaa54e41f32595009)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/imx6-sabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |