From: Chunrong Guo <[email protected]> *make config need relative path KERNEL_DEFCONFIG
Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/ls1021atwr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index 081592b..e17a089 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf @@ -24,7 +24,7 @@ UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defcon QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" -KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/multi_v7_defconfig" +KERNEL_DEFCONFIG ?= "multi_v7_defconfig" UBOOT_ENTRYPOINT = "0x80008000" EXTRA_IMAGEDEPENDS += "rcw qe-ucode" -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
