diff options
author | Jens Rehsack <sno@netbsd.org> | 2020-05-30 21:32:58 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-06-02 09:18:49 -0300 |
commit | b837841b323e61f18b811ad90b6a5a20123cfee5 (patch) | |
tree | 1bc00a0d8a42b69bbbbf5048e81187405722d0d9 /conf/machine | |
parent | abd947e51b663c0fd12df081d090ec5f1da13afd (diff) | |
download | meta-freescale-b837841b323e61f18b811ad90b6a5a20123cfee5.tar.gz |
openssl: append to OE-core
Instead of maintaing 98% copy of OE-core recipe without being up-to-date
as good as possible, inject patches into OE-core recipe of openssl when
compiling for the right platform.
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 1eb8d1b0..f4920899 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -2,7 +2,6 @@ | |||
2 | PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" | 2 | PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" |
3 | PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" | 3 | PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" |
4 | PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" | 4 | PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" |
5 | PREFERRED_PROVIDER_openssl = "openssl-qoriq" | ||
6 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" | 5 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" |
7 | PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils" | 6 | PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils" |
8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | 7 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" |