aboutsummaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_3.2.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_3.2.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 00000000..ac9d96f5
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,8 @@
+KMACHINE_qemuarmv7a = "arm-versatile-926ejs"
+KBRANCH_qemuarmv7a = "standard/default/arm-versatile-926ejs"
+
+COMPATIBLE_MACHINE = "(qemuarm|qemuarmv7a|qemux86|qemuppc|qemumips|qemux86-64)"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/${MACHINE}:"
+
+SRC_URI_append = " file://defconfig"