summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-dev.bbappend
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-06-26 14:22:10 +0000
committerDarren Hart <dvhart@linux.intel.com>2014-06-26 14:22:10 +0000
commit05dd98cf5c117a8bdd566d36d20a84fff20e8cc3 (patch)
treeeedb3499fcc3881c9c3bd8275e8f0269fbc3b3cd /common/recipes-kernel/linux/linux-yocto-dev.bbappend
parent76f529881208811e314dba1478cc3a70abf3160f (diff)
downloadmeta-intel-05dd98cf5c117a8bdd566d36d20a84fff20e8cc3.tar.gz
linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specific
BSP linux-yocto bbappend files should make all variable updates with machine-specific overrides. As it stands, building qemux86 with meta-intel in BBLAYERS will add uio and iwlwifi to KERNEL_MODULES_AUTOLOAD. This corrects that. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-dev.bbappend')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-dev.bbappend8
1 files changed, 5 insertions, 3 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
index 71e40957..ddc1c4a4 100644
--- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -19,7 +19,9 @@ KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}
19# default SRCREV is set and linux-yocto-dev is the preferred provider. 19# default SRCREV is set and linux-yocto-dev is the preferred provider.
20 20
21# For Crystalforest and Romley 21# For Crystalforest and Romley
22KERNEL_MODULE_AUTOLOAD += "uio" 22KERNEL_MODULE_AUTOLOAD_core2-32-intel-common += "uio"
23KERNEL_MODULE_AUTOLOAD_corei7-64-intel-common += "uio"
23 24
24# For FRI2 25# For FRI2, NUC
25KERNEL_MODULE_AUTOLOAD += "iwlwifi" 26KERNEL_MODULE_AUTOLOAD_core2-32-intel-common += "iwlwifi"
27KERNEL_MODULE_AUTOLOAD_corei7-64-intel-common += "iwlwifi"