]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: Add missing modules.order and modules.builtins
authorMark Hatle <mark.hatle@windriver.com>
Thu, 28 Feb 2013 18:09:05 +0000 (12:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Mar 2013 12:57:58 +0000 (12:57 +0000)
commitbff4bda1fe86ddd218a192a14605924205a5300b
tree602c361a5809d1cf6f9f8f3dd010d009c044c0fe
parent150174d52adefdefe62e2ed0598665481591e4c2
kernel.bbclass: Add missing modules.order and modules.builtins

When running depmod, from kmod, warnings about missing modules.order
and modules.builtins occur.  Looking back it is not clear why these
files were being ignored, other then nobody knew what to do with them.

Add the files into the kernel-base package, if they exist, ensuring
they will always get installed if at least one module is installed.

[ YOCTO #3963 ]

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/kernel.bbclass