From b53d2d257584cd1aa16471e3f4d43b75eda77df4 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 6 Jun 2024 14:27:52 +0200 Subject: [PATCH] configs/qemu_ppc64le_pseries_defconfig: Linux needs host-openssl Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/7019514688 The kernel build needs host-openssl since commit 9982e0b5a63ca (configs/qemu: update defconfigs to Linux 6.6.18), so enable it. Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- configs/qemu_ppc64le_pseries_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qemu_ppc64le_pseries_defconfig b/configs/qemu_ppc64le_pseries_defconfig index ebc3b7a6fd..9c678ec1e5 100644 --- a/configs/qemu_ppc64le_pseries_defconfig +++ b/configs/qemu_ppc64le_pseries_defconfig @@ -23,6 +23,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.18" BR2_LINUX_KERNEL_DEFCONFIG="pseries_le" BR2_LINUX_KERNEL_VMLINUX=y +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y # host-qemu for gitlab testing