|
@@ -407,6 +407,19 @@ config BR2_LINUX_KERNEL_INSTALL_TARGET
|
|
|
/boot if DTBs have been generated by the kernel build
|
|
|
process.
|
|
|
|
|
|
+config BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL
|
|
|
+ bool "Needs host OpenSSL"
|
|
|
+ help
|
|
|
+ Some Linux kernel configuration options (such as
|
|
|
+ CONFIG_SYSTEM_TRUSTED_KEYRING) require building a host
|
|
|
+ program called extract-cert, which itself needs
|
|
|
+ OpenSSL. Enabling this option will ensure host-openssl gets
|
|
|
+ built before the Linux kernel.
|
|
|
+
|
|
|
+ Enable this option if you get a Linux kernel build failure
|
|
|
+ such as "scripts/extract-cert.c:21:25: fatal error:
|
|
|
+ openssl/bio.h: No such file or directory".
|
|
|
+
|
|
|
# Linux extensions
|
|
|
source "linux/Config.ext.in"
|
|
|
|