]> code.ossystems Code Review - openembedded-core.git/commit
module.bbclass: Allow for modules to be packaged seperate from ${PN}
authorSaul Wold <sgw@linux.intel.com>
Wed, 30 Jan 2013 23:05:49 +0000 (15:05 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Feb 2013 15:51:32 +0000 (15:51 +0000)
commit977aee43868499ab87a098f3798e90d6978836b9
tree918f3228842f70db8236fdcf6fe6cbb7bf1b5bf8
parent775621d65b5b72169913c817ed9de7973b2d5dcf
module.bbclass: Allow for modules to be packaged seperate from ${PN}

This patch will allow recipes that provide kernel modules to package
the module or modules in specific packages. That list is contained in
MODULE_PACKAGES, this defaults to  to preserve the current behavior.
The package can also define MODULE_FILES to specify files.

[YOCTO #3803]

(From OE-Core rev: c1ff0467bf03a3342846f0d9dde74e34b740798f)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/module.bbclass