From 05dd98cf5c117a8bdd566d36d20a84fff20e8cc3 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 26 Jun 2014 14:22:10 +0000 Subject: 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 --- .../meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-isg/meta-valleyisland') 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 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" -KERNEL_MODULE_AUTOLOAD += "i2c-dev" +KERNEL_MODULE_AUTOLOAD_valleyisland-32 += "i2c-dev" +KERNEL_MODULE_AUTOLOAD_valleyisland-64 += "i2c-dev" -- cgit v1.2.3-54-g00ecf