]> code.ossystems Code Review - meta-freescale.git/commitdiff
add u-boot as EXTRA_IMAGEDEPENDS
authorTing Liu <b28495@freescale.com>
Fri, 11 Jul 2014 07:24:40 +0000 (02:24 -0500)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 15 Jul 2014 06:13:20 +0000 (14:13 +0800)
* As the doc said:
EXTRA_IMAGEDEPENDS = "A list of recipes to build that do not
provide packages for installing into the root filesystem."
MACHINE_EXTRA_RRECOMMENDS = "A list of machine-specific packages
to install as part of the image being built"

* use += for MACHINE_EXTRA_RRECOMMENDS definition

Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/conf/machine/include/qoriq-default-settings.inc

index a4fc0ec520cd4b4ac5b5e68035c7cc4e3bdea24d..59241e24b5e0c230aa171a9dd2962cea1c680e5b 100644 (file)
@@ -1,5 +1,6 @@
 MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
-MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf kernel-modules"
+MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules"
+EXTRA_IMAGEDEPENDS += "u-boot"
 
 KERNEL_IMAGETYPE ?= "uImage"
 # disable the images below for now