generic-poky/meta/recipes-kernel
Laurentiu Palcu 36a6430727 modutils-initscripts: improve modutils.sh
modutils.sh reads /etc/modules to load the listed modules at boot time.
/etc/modules is generated by update-modules which scans
/etc/modules-load.d directory. However, update-modules became obsolete
because the files it generates are not used by modprobe anymore.

Hence, change modutils.sh to scan also /etc/modules-load.d/*.conf and
load the modules listed there.

Basically, the behavior is this:
 * if /etc/modules exists, load those modules;
 * if the directory /etc/modules-load.d exists, load the modules listed
   in the .conf files but ignore those already loaded (from
   /etc/modules);

[YOCTO #3598]

(From OE-Core rev: f2d6e84cb1694e2365beca331439bb2d23843a5b)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-18 13:28:07 +00:00
..
blktrace blktrace: essentially rework the recipe, obey LDFLAGS 2012-12-26 11:34:06 +00:00
dtc dtc.inc: fix for libdir == /usr/lib64 2012-07-11 11:35:52 +01:00
kern-tools kern-tools: report missing config fragments by name 2012-11-24 15:12:31 +00:00
kexec kexec-tools: Add dependency on xz 2012-10-18 12:13:45 +01:00
kmod kmod: fix git repo URL 2012-11-20 15:31:47 +00:00
latencytop latencytop: add missing signed-off-by and re-add upstream status 2012-12-03 16:38:35 +00:00
linux linux-yocto/3.4: update to v3.4.24 2013-01-07 19:26:29 +00:00
linux-firmware linux-firmware: use LICENSEs which can actually be parsed 2013-01-18 13:28:06 +00:00
linux-libc-headers linux-libc-headers: fix headers install in long path name environments 2013-01-10 23:53:51 +00:00
lttng lttng-ust: bump PE 2013-01-16 15:51:31 +00:00
modutils-initscripts modutils-initscripts: improve modutils.sh 2013-01-18 13:28:07 +00:00
oprofile oprofile: add AArch64 support 2013-01-16 16:10:39 +00:00
perf iperf: pass in target path vars 2012-12-17 17:24:54 +00:00
powertop powertop: cleanup update-alternatives deprecated code 2012-08-15 14:26:30 +01:00
sysprof sysprof: Fixes undefined  reference to `rmb' 2012-11-26 20:59:20 +00:00
systemtap Update the SRC_URI in systemtap recipe 2012-12-14 13:11:39 +00:00
trace-cmd trace-cmd: Simplify SRC_URI patch entry 2012-11-21 16:56:02 +00:00
update-modules update-modules: update script to read /etc/modules-load.d/ directory 2012-03-23 17:47:42 +00:00