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 <rebecca.swee.fun.chang@intel.com>
Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Rebecca Chang Swee Fun 2014-05-09 19:14:12 +08:00 committed by Tom Zanussi
parent f53daca5f3
commit 25beee69f8
2 changed files with 5 additions and 3 deletions

View File

@ -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}"

View File

@ -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}"