summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-arm.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-29 18:11:18 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commitca37332938accb840b120648ba7434dbead7b464 (patch)
tree5defc488f8f130ed866fce97bf884ca290282a13 /conf/machine/include/qoriq-arm.inc
parent5d7917902628b84919ac9dfc332fd46a4d579e60 (diff)
downloadmeta-freescale-ca37332938accb840b120648ba7434dbead7b464.tar.gz
openssl: Avoid contamination OE-Core recipe
The QorIQ version of openssl needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. The recipe is now called 'openssl-qoriq' and it provides openssl so the preferrence is set just for QorIQ based machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-arm.inc')
-rw-r--r--conf/machine/include/qoriq-arm.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index ba6345cf..f93a0b21 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -7,6 +7,7 @@ PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1"
7PREFERRED_PROVIDER_cryptodev_ls102xa = "cryptodev-qoriq" 7PREFERRED_PROVIDER_cryptodev_ls102xa = "cryptodev-qoriq"
8PREFERRED_PROVIDER_cryptodev-module_ls102xa = "cryptodev-qoriq-module" 8PREFERRED_PROVIDER_cryptodev-module_ls102xa = "cryptodev-qoriq-module"
9PREFERRED_PROVIDER_cryptodev-tests_ls102xa = "cryptodev-qoriq-tests" 9PREFERRED_PROVIDER_cryptodev-tests_ls102xa = "cryptodev-qoriq-tests"
10PREFERRED_PROVIDER_openssl_ls102xa = "openssl-qoriq"
10 11
11# Define the default image type 12# Define the default image type
12IMAGE_CLASSES ?= "image_types_uboot" 13IMAGE_CLASSES ?= "image_types_uboot"