diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:28 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | 67b1862dd4be40d3e62ac03feb2a62bf46052b38 (patch) | |
tree | 8c73cd55818f688253aca1fbb3aac4e756ffafb7 | |
parent | b631c2e63dfe365642eb6f102f78b659443531ee (diff) | |
download | meta-freescale-67b1862dd4be40d3e62ac03feb2a62bf46052b38.tar.gz |
qoriq-base.inc: append image_types_uboot to IMAGE_CLASSES
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index a87ce37b..65bb1707 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -11,7 +11,7 @@ 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 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" |
13 | 13 | ||
14 | IMAGE_CLASSES ?= "image_types_uboot" | 14 | IMAGE_CLASSES += "image_types_uboot" |
15 | 15 | ||
16 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 16 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
17 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" | 17 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" |