summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-17 18:12:52 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commitd869d9080dfd9a44fd84b3a57acee08666ab45b8 (patch)
treed67416d63b2f5dd6635538a2a983cab780f3b200 /conf/machine/include
parent16a50412b0adcbd51fce55006fe15155181be06b (diff)
downloadmeta-freescale-d869d9080dfd9a44fd84b3a57acee08666ab45b8.tar.gz
qemu: unify the recipe for QorIQ ARM and QorIQ PPC
* rename recipe to qemu-qoriq_git.bb to be product specific * add DESCRIPTION * conditionally define QEMU_TARGETS and EXTRA_OECONF * skip dev-deps check to fix build error * add COMPATIBLE_MACHINE Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'conf/machine/include')
-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 60957a61..5744db6a 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -9,6 +9,7 @@ PREFERRED_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" 11PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
12PREFERRED_PROVIDER_qemu = "qemu-qoriq"
12 13
13# Define the default image type 14# Define the default image type
14IMAGE_CLASSES ?= "image_types_uboot" 15IMAGE_CLASSES ?= "image_types_uboot"