]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1021atwr: add KERNEL_IMAGETYPES
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 7 Feb 2018 04:01:46 +0000 (12:01 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 21 Feb 2018 11:56:06 +0000 (08:56 -0300)
*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>
conf/machine/ls1021atwr.conf

index e17a0892f456e2bc337f1b1be5cc48f2d3338f25..a238fdca63405d00b598674ea6832fae4520d7f2 100644 (file)
@@ -26,6 +26,8 @@ QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
 KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
 KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
 
+KERNEL_IMAGETYPES = "zImage"
+
 UBOOT_ENTRYPOINT = "0x80008000"
 EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
 USE_VT ?= "0"