]> code.ossystems Code Review - meta-freescale.git/commitdiff
set IMAGE_CLASSES = "image_types_uboot" as defaut
authorTing Liu <b28495@freescale.com>
Fri, 11 Jul 2014 07:30:00 +0000 (02:30 -0500)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 15 Jul 2014 06:13:20 +0000 (14:13 +0800)
Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/conf/machine/include/qoriq-default-settings.inc

index 59241e24b5e0c230aa171a9dd2962cea1c680e5b..e5750fff86ca5a45825885bf9caf31f64fdcf6ca 100644 (file)
@@ -1,5 +1,7 @@
 MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
 MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules"
+
+IMAGE_CLASSES += "image_types_uboot"
 EXTRA_IMAGEDEPENDS += "u-boot"
 
 KERNEL_IMAGETYPE ?= "uImage"