diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-02-07 12:01:46 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-02-21 08:56:06 -0300 |
commit | 32c704ba38537c9dcc48a7aff17061d1220eb3cf (patch) | |
tree | c0fa551469352a5affdcdb8c6bde0b6dd3f0cfc3 /conf/machine/ls1021atwr.conf | |
parent | 6710710433f906f11eac5eb2a263fc52b0ba46ea (diff) | |
download | meta-freescale-32c704ba38537c9dcc48a7aff17061d1220eb3cf.tar.gz |
ls1021atwr: add KERNEL_IMAGETYPES
*support building packaging and installing multi types of kernel images
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1021atwr.conf')
-rw-r--r-- | conf/machine/ls1021atwr.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index e17a0892..a238fdca 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf | |||
@@ -26,6 +26,8 @@ QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | |||
26 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" | 26 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" |
27 | KERNEL_DEFCONFIG ?= "multi_v7_defconfig" | 27 | KERNEL_DEFCONFIG ?= "multi_v7_defconfig" |
28 | 28 | ||
29 | KERNEL_IMAGETYPES = "zImage" | ||
30 | |||
29 | UBOOT_ENTRYPOINT = "0x80008000" | 31 | UBOOT_ENTRYPOINT = "0x80008000" |
30 | EXTRA_IMAGEDEPENDS += "rcw qe-ucode" | 32 | EXTRA_IMAGEDEPENDS += "rcw qe-ucode" |
31 | USE_VT ?= "0" | 33 | USE_VT ?= "0" |