From 675e28f7f6e32e5e12f010071fc0464de6cecf91 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 14 Mar 2012 12:56:58 -0700 Subject: fri2: Autoload module iwlwifi iwlwifi uses a firmware blob that must exist on the FS at the time the driver is loaded. If the driver is built-in, the blob must exist in the initrd. We avoid this by building as a module, but we still want this to load at boot - so add it to autoload. Signed-off-by: Darren Hart --- meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 2 ++ meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index 45631015..d3b4f818 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend @@ -7,3 +7,5 @@ KBRANCH_fri2 = "yocto/standard/preempt-rt/base" COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "fri2" KBRANCH_fri2-noemgd = "yocto/standard/preempt-rt/base" + +module_autoload_iwlwifi = "iwlwifi" diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend index bacd6a58..e53991ac 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -7,3 +7,5 @@ KBRANCH_fri2 = "yocto/standard/fri2" COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "fri2" KBRANCH_fri2-noemgd = "yocto/standard/fri2" + +module_autoload_iwlwifi = "iwlwifi" -- cgit v1.2.3-54-g00ecf