]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
linux: add BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 4 Mar 2018 21:31:15 +0000 (22:31 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 30 Mar 2018 16:59:03 +0000 (18:59 +0200)
commitcec73346519d9da80bc0a52534b643c15987b4a5
tree7b7b82da6c285f0460e363cb68ff39d84344bf2a
parent52e3da46e47cd36305b180bc489f89581a76ffed
linux: add BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL

Some Linux kernel configuration options (such as
CONFIG_SYSTEM_TRUSTED_KEYRING) require building a host program called
extract-cert, which itself needs OpenSSL.

Users having OpenSSL installed on their system won't see a problem,
but users who don't have OpenSSL installed will get a build
failure. This commit adds a new option that allows users to indicate
that their Linux configuration requires building host-openssl.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 93a7edf4bc9bfcf821f608815870d06198eb2adf)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in
linux/linux.mk