[meta-freescale] [PATCH v2 21/22] ls2080ardb: update KERNEL_DEFCONFIG

Chunrong Guo B40290 at freescale.com
Wed Nov 8 20:11:30 PST 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

*make config need relative path KERNEL_DEFCONFIG

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 conf/machine/ls2080ardb.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf
index c65d325..d58a86a 100644
--- a/conf/machine/ls2080ardb.conf
+++ b/conf/machine/ls2080ardb.conf
@@ -14,7 +14,7 @@ UBOOT_CONFIG ??= "nor"
 UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
 
 KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
+KERNEL_DEFCONFIG ?= "defconfig"
 
 EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy rcw management-complex"
 USE_VT = "0"
-- 
1.9.0



More information about the meta-freescale mailing list