[meta-intel] [PATCHv2 11/11] meta-intel/common: add valleyisland-io feature support in kernel recipes

wei.sern.chan at intel.com wei.sern.chan at intel.com
Fri May 9 15:03:51 PDT 2014


From: Rebecca Chang Swee Fun <rebecca.swee.fun.chang at intel.com>

Added support for Valley Island LPSS I/O features for both linux-yocto_3.10
and linux-yocto-rt_3.10 recipes.

Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend |    3 ++-
 common/recipes-kernel/linux/linux-yocto_3.10.bbappend    |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
index f4712ef..5e82698 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
@@ -1,6 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-KERNEL_FEATURES_INTEL_COMMON = ""
+# For Valley Island
+KERNEL_FEATURES_INTEL_COMMON = "features/valleyisland-io/valleyisland-io.scc"
 
 #LINUX_VERSION_core2-32-intel-common = "3.10"
 COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
diff --git a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 2bea075..5649527 100644
--- a/common/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,7 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-# For NUC
-KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
+# For NUC and Valley Island
+KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc \
+				 features/valleyisland-io/valleyisland-io.scc"
 
 LINUX_VERSION_core2-32-intel-common = "3.10.38"
 COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
-- 
1.7.10.4



More information about the meta-intel mailing list