Re: [OE-core] [PATCH] module.bbclass: Allow for modules to be packaged seperate from ${PN}

2013-01-30 Thread Darren Hart
On 01/30/2013 04:19 PM, Saul Wold wrote: > On 01/30/2013 04:03 PM, Darren Hart wrote: >> On 01/30/2013 03:05 PM, Saul Wold wrote: >>> 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,

Re: [OE-core] [PATCH] module.bbclass: Allow for modules to be packaged seperate from ${PN}

2013-01-30 Thread Saul Wold
On 01/30/2013 04:03 PM, Darren Hart wrote: On 01/30/2013 03:05 PM, Saul Wold wrote: 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. s/

Re: [OE-core] [PATCH] module.bbclass: Allow for modules to be packaged seperate from ${PN}

2013-01-30 Thread Darren Hart
On 01/30/2013 03:05 PM, Saul Wold wrote: > 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. s/to to preserve/to preserving/ > The pack

[OE-core] [PATCH] module.bbclass: Allow for modules to be packaged seperate from ${PN}

2013-01-30 Thread Saul Wold
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] Signed-off-by: S