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