From 09d485dcce6ed4b654abc0c8a630f1d36bc1a7d6 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 12 Mar 2014 10:41:27 -0700 Subject: linux-yocto: Remove redundant recipes Remove all redundant linux-yocto recipes where the BSP is able to reuse the intel-common version. Update the common bbappends with the KERNEL_FEATURES and module_autoload* statements from the consolidated bbappends. Signed-off-by: Darren Hart --- common/recipes-kernel/linux/linux-yocto-dev.bbappend | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'common/recipes-kernel/linux/linux-yocto-dev.bbappend') diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend index 083cb114..56bcecc2 100644 --- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -KERNEL_FEATURES_INTEL_COMMON = "" +KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" #LINUX_VERSION_core2-32-intel-common = "3.13" COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" @@ -17,3 +17,9 @@ COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" KBRANCH_intel-corei7-64-intel-common = "standard/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" + +# For Crystalforest and Romley +module_autoload_uio = "uio" + +# For FRI2 +module_autoload_iwlwifi = "iwlwifi" -- cgit v1.2.3-54-g00ecf