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 13:03:28 +0000 (13:03 +0000)
commit0a5bb533c4c931ad24312cb09a9d421623623c29
treedea78cdf9d1b8c56fc1ea4c174ba2eead8f2b405
parent75645b2ff86105e91c7f778269f181c4e7b033bd
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 ]

(From OE-Core rev: bff4bda1fe86ddd218a192a14605924205a5300b)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass