* 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>
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