diff options
| author | Ting Liu <b28495@freescale.com> | 2014-07-11 02:30:00 -0500 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:20 +0800 |
| commit | 7822b8d1cc7ddf9e181f26f032795799c3911a16 (patch) | |
| tree | 0c764bc2979189e6deeb8fea8b289ed88a00bbc3 /conf/machine | |
| parent | 22eb960bcea5f9ef776dc9d8e47c0a0442e48d56 (diff) | |
| download | meta-fsl-ppc-7822b8d1cc7ddf9e181f26f032795799c3911a16.tar.gz | |
set IMAGE_CLASSES = "image_types_uboot" as defaut
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/qoriq-default-settings.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-default-settings.inc b/conf/machine/include/qoriq-default-settings.inc index 59241e2..e5750ff 100644 --- a/conf/machine/include/qoriq-default-settings.inc +++ b/conf/machine/include/qoriq-default-settings.inc | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | 1 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" |
| 2 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" | 2 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" |
| 3 | |||
| 4 | IMAGE_CLASSES += "image_types_uboot" | ||
| 3 | EXTRA_IMAGEDEPENDS += "u-boot" | 5 | EXTRA_IMAGEDEPENDS += "u-boot" |
| 4 | 6 | ||
| 5 | KERNEL_IMAGETYPE ?= "uImage" | 7 | KERNEL_IMAGETYPE ?= "uImage" |
