aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-yocto_3.2.bbappend6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes-kernel/linux/linux-yocto_3.2.bbappend
index ac9d96f5..1514adfe 100644
--- a/recipes-kernel/linux/linux-yocto_3.2.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -3,6 +3,8 @@ KBRANCH_qemuarmv7a = "standard/default/arm-versatile-926ejs"
COMPATIBLE_MACHINE = "(qemuarm|qemuarmv7a|qemux86|qemuppc|qemumips|qemux86-64)"
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}:"
+FILESEXTRAPATHS =. "${THISDIR}/${PN}/${MACHINE}:"
-SRC_URI_append = " file://defconfig"
+DEFCONFIG = ""
+DEFCONFIG_qemuarmv7a = "file://defconfig"
+SRC_URI += "${DEFCONFIG}"