config: Kernel build needs libssl
The kernel build has required libssl for some time now. Most of our CI
has it installed on the host (in the container), so we have not hit any
issues.
This will cause buildroot to check for libssl's presence, and if it is
not found, it will be built.
Fixes: https://github.com/open-power/op-build/issues/2973
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/configs/pseries_defconfig b/openpower/configs/pseries_defconfig
index 5a75bc4..c241d06 100644
--- a/openpower/configs/pseries_defconfig
+++ b/openpower/configs/pseries_defconfig
@@ -21,6 +21,7 @@
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/pseries_skiroot_defconfig"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
BR2_LINUX_KERNEL_XZ=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
BR2_PACKAGE_LINUX_FIRMWARE=y