summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-base.inc
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commit4bd6734f92989c1402cfa163b555e6ce3bfa1231 (patch)
tree421824435690df766bcc482ce8e343682c55c135 /conf/machine/include/qoriq-base.inc
parent828c64ab4d11aa0777855918abb78be820cdc4b6 (diff)
downloadmeta-freescale-4bd6734f92989c1402cfa163b555e6ce3bfa1231.tar.gz
linux-qoriq: Unify recipe for QorIQ ARM and QorIQ PPC
* update linux-qoriq recipe to support both QorIQ ARM and QorIQ PPC * move PREFERRED_PROVIDER_virtual/linux to qoriq-base.inc * remove linux-ls1 recipes Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-base.inc')
-rw-r--r--conf/machine/include/qoriq-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index eb325f39..60957a61 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -8,6 +8,7 @@ PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
8PREFERRED_PROVIDER_openssl = "openssl-qoriq" 8PREFERRED_PROVIDER_openssl = "openssl-qoriq"
9PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 9PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
10PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" 10PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
11PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
11 12
12# Define the default image type 13# Define the default image type
13IMAGE_CLASSES ?= "image_types_uboot" 14IMAGE_CLASSES ?= "image_types_uboot"