[meta-intel] [PATCH 20/21] meta-mohonpeak: Add linux-yocto_3.10 support

wei.sern.chan at intel.com wei.sern.chan at intel.com
Wed May 7 17:19:52 PDT 2014


From: Chan Wei Sern <wei.sern.chan at intel.com>

Add linux-yocto_3.10 support on Intel Mohonpeak
platform. KBRANCH is pointing to "standard/base" with
SRCREV_machine points to 3.10.38.Update LINUX_VERSION
to reflect the 3.10.38 changes.

For SRCREV_meta,I will have to point to this particular
older commit:
 5824403b   intel-common: Add preempt-rt ktype targets

The reason is issue is found on latest commit or commit
after that. We are still working on to solve this issue.

Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend |   23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-isg/meta-mohonpeak/recipes-kernel/linux/linux-yocto_3.10.bbappend

diff --git a/meta-isg/meta-mohonpeak/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/meta-mohonpeak/recipes-kernel/linux/linux-yocto_3.10.bbappend
new file mode 100644
index 0000000..acf2fc2
--- /dev/null
+++ b/meta-isg/meta-mohonpeak/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -0,0 +1,23 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+#############################
+# MACHINE = mohonpeak32     #
+#############################
+COMPATIBLE_MACHINE_mohonpeak32 = "mohonpeak32"
+KMACHINE_mohonpeak32  = "mohonpeak32"
+KBRANCH_mohonpeak32  = "standard/base"
+
+LINUX_VERSION_mohonpeak32 = "3.10.38"
+SRCREV_machine_mohonpeak32 =  "02f7e63e56c061617957388c23bd5cf9b05c5388"
+SRCREV_meta_mohonpeak32 = "5824403ba2b877eca33969425ac1ac5dbeb72720"
+
+#############################
+# MACHINE = mohonpeak64     #
+#############################
+COMPATIBLE_MACHINE_mohonpeak64 = "mohonpeak64"
+KMACHINE_mohonpeak64  = "mohonpeak"
+KBRANCH_mohonpeak64  = "standard/base"
+
+LINUX_VERSION_mohonpeak64 = "3.10.38"
+SRCREV_machine_mohonpeak64 =  "02f7e63e56c061617957388c23bd5cf9b05c5388"
+SRCREV_meta_mohonpeak64 = "5824403ba2b877eca33969425ac1ac5dbeb72720"
-- 
1.7.10.4



More information about the meta-intel mailing list