diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-17 18:12:52 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
| commit | d869d9080dfd9a44fd84b3a57acee08666ab45b8 (patch) | |
| tree | d67416d63b2f5dd6635538a2a983cab780f3b200 /conf/machine/include | |
| parent | 16a50412b0adcbd51fce55006fe15155181be06b (diff) | |
| download | meta-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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 60957a61c..5744db6a0 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
| @@ -9,6 +9,7 @@ PREFERRED_PROVIDER_openssl = "openssl-qoriq" | |||
| 9 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" | 9 | PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" |
| 10 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | 10 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" |
| 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
| 12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" | ||
| 12 | 13 | ||
| 13 | # Define the default image type | 14 | # Define the default image type |
| 14 | IMAGE_CLASSES ?= "image_types_uboot" | 15 | IMAGE_CLASSES ?= "image_types_uboot" |
