summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-arm.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-29 15:53:31 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commit5d7917902628b84919ac9dfc332fd46a4d579e60 (patch)
tree035d9fbe202c886c75a9f7850926126b445e4309 /conf/machine/include/qoriq-arm.inc
parente69642c47bff780e9b65f4c6853b67e5e7d271c7 (diff)
downloadmeta-freescale-5d7917902628b84919ac9dfc332fd46a4d579e60.tar.gz
cryptodev: Avoid contamination OE-Core recipe
The QorIQ version of cryptodev needs to use another recipe name and have a common provider, which is than choosen 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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index 20a75945..ba6345cf 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -4,6 +4,9 @@ require conf/machine/include/soc-family.inc
4PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1" 4PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1"
5PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1" 5PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1"
6PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1" 6PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1"
7PREFERRED_PROVIDER_cryptodev_ls102xa = "cryptodev-qoriq"
8PREFERRED_PROVIDER_cryptodev-module_ls102xa = "cryptodev-qoriq-module"
9PREFERRED_PROVIDER_cryptodev-tests_ls102xa = "cryptodev-qoriq-tests"
7 10
8# Define the default image type 11# Define the default image type
9IMAGE_CLASSES ?= "image_types_uboot" 12IMAGE_CLASSES ?= "image_types_uboot"