[yocto] [meta-ivi][PATCH 4/8] linux-yocto: keep support for version 3.4 (LTSI) around

Holger Behrens holger.behrens at windriver.com
Fri Aug 9 03:48:46 PDT 2013


Signed-off-by: Holger Behrens <holger.behrens at windriver.com>
---
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |   25 ++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend

diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
new file mode 100644
index 0000000..c09d607
--- /dev/null
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -0,0 +1,25 @@
+PRINC := "${@int(PRINC) + 2}"
+
+# find defconfig path
+FILESEXTRAPATHS := "${THISDIR}/${PN}"
+
+# Kernel configs
+SRC_URI_append_beagleboard = " \
+	file://beagle_qemu.cfg \
+	"
+
+SRC_URI_append_vexpressa9 = " \
+	file://vexpress_a9.cfg  \
+	"
+
+SRC_URI_append_qemux86 = " \
+	file://qemux86.cfg  \
+	"
+
+SRC_URI_append_qemux86-64 = " \
+	file://qemux86_64.cfg  \
+	"
+
+KMACHINE_vexpressa9 = "beagleboard"
+SRCREV_machine_vexpressa9 ?= "${AUTOREV}"
+COMPATIBLE_MACHINE_vexpressa9 = "vexpressa9"
-- 
1.7.9.5




More information about the yocto mailing list