summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel/linux
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 /meta-fri2/recipes-kernel/linux
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 'meta-fri2/recipes-kernel/linux')
-rw-r--r--meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend3
-rw-r--r--meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend3
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
index 7aaf53af..e57449f9 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
@@ -12,4 +12,5 @@ KBRANCH_fri2-noemgd = "standard/preempt-rt/fri2"
12SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "b669af08737562ef86e7cba328966d05222d3e64" 12SRCREV_machine_pn-linux-yocto-rt_fri2-noemgd ?= "b669af08737562ef86e7cba328966d05222d3e64"
13#SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX" 13#SRCREV_meta_pn-linux-yocto-rt_fri2-noemgd ?= "XXX"
14 14
15KERNEL_MODULE_AUTOLOAD += "iwlwifi" 15KERNEL_MODULE_AUTOLOAD_fri2 += "iwlwifi"
16KERNEL_MODULE_AUTOLOAD_fri2-noemgd += "iwlwifi"
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 14bb81a0..a4732f21 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -18,4 +18,5 @@ LINUX_VERSION_fri2-noemgd = "3.10.38"
18SRCREV_meta_fri2-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473" 18SRCREV_meta_fri2-noemgd = "e1f26aeccfd43bc3d7e95873ceda469b631b8473"
19SRCREV_machine_fri2-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388" 19SRCREV_machine_fri2-noemgd = "02f7e63e56c061617957388c23bd5cf9b05c5388"
20 20
21KERNEL_MODULE_AUTOLOAD += "iwlwifi" 21KERNEL_MODULE_AUTOLOAD_fri2 += "iwlwifi"
22KERNEL_MODULE_AUTOLOAD_fri2-noemgd += "iwlwifi"