From 25beee69f82337bda987d95b8133a271292ad298 Mon Sep 17 00:00:00 2001 From: Rebecca Chang Swee Fun Date: Fri, 9 May 2014 19:14:12 +0800 Subject: meta-intel/common: add valleyisland-io feature support in kernel recipes 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 Acked-By: Nitin A Kamble --- 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 f4712ef8..5e826980 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 2bea075f..56495270 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}" -- cgit v1.2.3-54-g00ecf