summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-valleyisland
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-isg/meta-valleyisland
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-isg/meta-valleyisland')
-rw-r--r--meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend
index e329712f..c691a424 100644
--- a/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -32,4 +32,5 @@ SRCREV_valleyisland-io_valleyisland-64 = "8ea4fb625f2654bbdd5dfcb9db67328d21ebe5
32 32
33SRC_URI_valleyisland-64 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io" 33SRC_URI_valleyisland-64 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io"
34 34
35KERNEL_MODULE_AUTOLOAD += "i2c-dev" 35KERNEL_MODULE_AUTOLOAD_valleyisland-32 += "i2c-dev"
36KERNEL_MODULE_AUTOLOAD_valleyisland-64 += "i2c-dev"