summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-05-30 21:32:58 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-02 09:18:49 -0300
commitb837841b323e61f18b811ad90b6a5a20123cfee5 (patch)
tree1bc00a0d8a42b69bbbbf5048e81187405722d0d9 /conf
parentabd947e51b663c0fd12df081d090ec5f1da13afd (diff)
downloadmeta-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')
-rw-r--r--conf/machine/include/qoriq-base.inc1
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 @@
2PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" 2PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux"
3PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" 3PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
4PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" 4PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
5PREFERRED_PROVIDER_openssl = "openssl-qoriq"
6PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
7PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils" 6PREFERRED_PROVIDER_u-boot-fw-utils ?= "${PREFERRED_PROVIDER_u-boot}-fw-utils"
8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" 7PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"