diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-06-26 14:22:10 +0000 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2014-06-26 14:22:10 +0000 |
commit | 05dd98cf5c117a8bdd566d36d20a84fff20e8cc3 (patch) | |
tree | eedb3499fcc3881c9c3bd8275e8f0269fbc3b3cd /meta-isg | |
parent | 76f529881208811e314dba1478cc3a70abf3160f (diff) | |
download | meta-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')
-rw-r--r-- | meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend | 3 |
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 | ||
33 | SRC_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" | 33 | SRC_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 | ||
35 | KERNEL_MODULE_AUTOLOAD += "i2c-dev" | 35 | KERNEL_MODULE_AUTOLOAD_valleyisland-32 += "i2c-dev" |
36 | KERNEL_MODULE_AUTOLOAD_valleyisland-64 += "i2c-dev" | ||