diff options
author | Ting Liu <b28495@freescale.com> | 2014-07-11 02:24:40 -0500 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:20 +0800 |
commit | ecc1422a381bf55e49b6ce2ed1abf47bd626e9fc (patch) | |
tree | 067a308fadfcc79333b0ad933fb02914fe608809 /meta-fsl-ppc | |
parent | 424f1e55060fed7126bd0ca68a83df984583c9b3 (diff) | |
download | meta-freescale-ecc1422a381bf55e49b6ce2ed1abf47bd626e9fc.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>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r-- | meta-fsl-ppc/conf/machine/include/qoriq-default-settings.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-ppc/conf/machine/include/qoriq-default-settings.inc b/meta-fsl-ppc/conf/machine/include/qoriq-default-settings.inc index a4fc0ec52..59241e24b 100644 --- a/meta-fsl-ppc/conf/machine/include/qoriq-default-settings.inc +++ b/meta-fsl-ppc/conf/machine/include/qoriq-default-settings.inc | |||
@@ -1,5 +1,6 @@ | |||
1 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | 1 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" |
2 | MACHINE_EXTRA_RRECOMMENDS = "u-boot udev-extraconf kernel-modules" | 2 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" |
3 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
3 | 4 | ||
4 | KERNEL_IMAGETYPE ?= "uImage" | 5 | KERNEL_IMAGETYPE ?= "uImage" |
5 | # disable the images below for now | 6 | # disable the images below for now |