summaryrefslogtreecommitdiffstats
path: root/meta-isg
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2014-07-17 18:36:31 +0200
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-09-02 16:05:02 -0500
commitb89a7c533df4fa17d8c239e674b0af83253a65b6 (patch)
treedd59fdf2647ea60a5571a650d501104ebc5f65cb /meta-isg
parent00de64dbe0563dfaf21679e2902a56f62a039df4 (diff)
downloadmeta-intel-b89a7c533df4fa17d8c239e674b0af83253a65b6.tar.gz
linux-yocto: Use _append when overrides are used
Some modules in the KERNEL_MODULE_AUTOLOAD list were removed when including the meta-intel layer. It turns out the problem happens due to using the += operator together with machine overrides. Using _append_machine fixes this. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-isg')
-rw-r--r--meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend4
1 files changed, 2 insertions, 2 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 c691a424..7e7f05f9 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,5 +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_valleyisland-32 += "i2c-dev" 35KERNEL_MODULE_AUTOLOAD_append_valleyisland-32 = " i2c-dev"
36KERNEL_MODULE_AUTOLOAD_valleyisland-64 += "i2c-dev" 36KERNEL_MODULE_AUTOLOAD_append_valleyisland-64 = " i2c-dev"