diff mbox series

[2/2] configs/qemu_ppc64_pseries_defconfig: Linux needs host-openssl

Message ID 20240606122753.3028347-2-peter@korsgaard.com
State Accepted
Headers show
Series [1/2] configs/qemu_ppc64le_pseries_defconfig: Linux needs host-openssl | expand

Commit Message

Peter Korsgaard June 6, 2024, 12:27 p.m. UTC
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/7019514677

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 <peter@korsgaard.com>
---
 configs/qemu_ppc64_pseries_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN June 6, 2024, 1:40 p.m. UTC | #1
Peter, All,

On 2024-06-06 14:27 +0200, Peter Korsgaard spake thusly:
> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/7019514677
> 
> 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 <peter@korsgaard.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  configs/qemu_ppc64_pseries_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/qemu_ppc64_pseries_defconfig b/configs/qemu_ppc64_pseries_defconfig
> index 350380578a..5f6f51d258 100644
> --- a/configs/qemu_ppc64_pseries_defconfig
> +++ b/configs/qemu_ppc64_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"
>  BR2_LINUX_KERNEL_VMLINUX=y
> +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>  BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y
>  
>  # host-qemu for gitlab testing
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/configs/qemu_ppc64_pseries_defconfig b/configs/qemu_ppc64_pseries_defconfig
index 350380578a..5f6f51d258 100644
--- a/configs/qemu_ppc64_pseries_defconfig
+++ b/configs/qemu_ppc64_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"
 BR2_LINUX_KERNEL_VMLINUX=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y
 
 # host-qemu for gitlab testing