From: Chunrong Guo <[email protected]> *support building packaging and installing multi types of kernel images
Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/ls1021atwr.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index e17a089..a238fdc 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf @@ -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" -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
