summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 02:24:40 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:20 +0800
commit22eb960bcea5f9ef776dc9d8e47c0a0442e48d56 (patch)
tree8e9e2e68b340fc2672358fd9aa5eae1eea85f864
parent1f1fec62e031c0479e74cc83fd8661d91fe8edc1 (diff)
downloadmeta-fsl-ppc-22eb960bcea5f9ef776dc9d8e47c0a0442e48d56.tar.gz
add u-boot as EXTRA_IMAGEDEPENDS
* 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>
-rw-r--r--conf/machine/include/qoriq-default-settings.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-default-settings.inc b/conf/machine/include/qoriq-default-settings.inc
index a4fc0ec..59241e2 100644
--- a/conf/machine/include/qoriq-default-settings.inc
+++ b/conf/machine/include/qoriq-default-settings.inc
@@ -1,5 +1,6 @@
1MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" 1MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
2MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf kernel-modules" 2MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules"
3EXTRA_IMAGEDEPENDS += "u-boot"
3 4
4KERNEL_IMAGETYPE ?= "uImage" 5KERNEL_IMAGETYPE ?= "uImage"
5# disable the images below for now 6# disable the images below for now