From: Chunrong Guo <[email protected]> *make config need relative path KERNEL_DEFCONFIG
Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/ls1012ardb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf index def0870..37132d3 100644 --- a/conf/machine/ls1012ardb.conf +++ b/conf/machine/ls1012ardb.conf @@ -21,7 +21,7 @@ UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" -KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" +KERNEL_DEFCONFIG ?= "defconfig" EXTRA_IMAGEDEPENDS += "ppa ppfe-firmware rcw" USE_VT = "0" -- 1.9.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
