[meta-intel] [PATCH 4/5] meta-haswell-wc: add kernel recipe for haswell-wc BSP

boon.leong.ong at intel.com boon.leong.ong at intel.com
Mon Nov 4 19:48:48 PST 2013


From: Ong Boon Leong <boon.leong.ong at intel.com>

Provide kernel v3.8 and v3.10 recipe for haswell-wc BSP.

Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.10.bbappend     |   16 ++++++++++++++++
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend      |   16 ++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend
 create mode 100644 meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.8.bbappend

diff --git a/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend
new file mode 100644
index 0000000..622fafa
--- /dev/null
+++ b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -0,0 +1,16 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+KMETA = "meta"
+
+COMPATIBLE_MACHINE_haswell-wc = "haswell-wc"
+KMACHINE_haswell-wc = "haswell-wc"
+KBRANCH_haswell-wc = "standard/common-pc-64/base"
+
+KERNEL_FEATURES_haswell-wc += "features/amt/mei"
+
+LINUX_VERSION = "3.10.11"
+
+SRCREV_machine_haswell-wc = "85cdabba08d484bdcc4b25f0bbc23ac60c75aa5b"
+SRCREV_meta_haswell-wc = "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6"
+
+SRC_URI_haswell-wc = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
diff --git a/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.8.bbappend
new file mode 100644
index 0000000..c4b2a2a
--- /dev/null
+++ b/meta-isg/meta-haswell-wc/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -0,0 +1,16 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+KMETA = "meta"
+
+COMPATIBLE_MACHINE_haswell-wc = "haswell-wc"
+KMACHINE_haswell-wc = "haswell-wc"
+KBRANCH_haswell-wc = "standard/common-pc-64/base"
+
+KERNEL_FEATURES_haswell-wc += "features/amt/mei"
+
+LINUX_VERSION = "3.8.13"
+
+SRCREV_machine_haswell-wc = "f20047520a57322f05d95a18a5fbd082fb15cb87"
+SRCREV_meta_haswell-wc = "dfeaae26b811cb006f3013a1be7bb2de54d9c015"
+
+SRC_URI_haswell-wc = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
-- 
1.7.10.4




More information about the meta-intel mailing list