diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-24 15:24:35 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-24 18:31:04 +0100 |
commit | 45d7087414bba3058c9905ec84d2aec2dfdfe228 (patch) | |
tree | c33b670d152cfe259a01eb403b672a3df4e2593b | |
parent | 0d87537ccc6d5b5daf6e7afac80117ad316dc371 (diff) | |
download | buildroot-45d7087414bba3058c9905ec84d2aec2dfdfe228.tar.gz buildroot-45d7087414bba3058c9905ec84d2aec2dfdfe228.zip |
configs/qemu_aarch64_virt: needs host-openssl for the Linux kernel build
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/59015465
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/qemu_aarch64_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_aarch64_virt_defconfig b/configs/qemu_aarch64_virt_defconfig index 3bafd90e5a..076773302d 100644 --- a/configs/qemu_aarch64_virt_defconfig +++ b/configs/qemu_aarch64_virt_defconfig @@ -19,3 +19,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.2" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux-4.15.config" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |