| Submitter | Bruce Ashfield |
|---|---|
| Date | July 26, 2012, 6:04 p.m. |
| Message ID | <cover.1343325569.git.bruce.ashfield@windriver.com> |
| Download | mbox |
| Permalink | /patch/33151/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib zedd/kernel-rfcComments
On 07/26/2012 11:04 AM, Bruce Ashfield wrote: > Richard, > > This is just what the subject implies, a RFC patch. While working > on some updates and docs, I (once gain) ran across the module_autoload > and module_conf default values in kernel.bbclass. > > I've always wondered if that was the best place for these, since the > kernel.bbclass builds many different kernel versions. > > I've simply removed them here, without relocating them to any other > recipe, since I can't see that they are really all that useful for > most targest. > > This is a RFC, because I haven't done any research into what this > may or may not break outside of oe-core and reference boards. > > Cheers, > > Bruce > > The following changes since commit fb53d69d9c726e6a663eaOn 07/26/2012 11:04 AM, Bruce Ashfield wrote:> Richard, > > This is just what the subject implies, a RFC patch. While working > on some updates and docs, I (once gain) ran across the module_autoload > and module_conf default values in kernel.bbclass. > > I've always wondered if that was the best place for these, since the > kernel.bbclass builds many different kernel versions. > > I've simply removed them here, without relocating them to any other > recipe, since I can't see that they are really all that useful for > most targest. > > This is a RFC, because I haven't done any research into what this > may or may not break outside of oe-core and reference boards. > > Cheers, > > Bruce > > The following changes since commit fb53d69d9c726e6a663ea276cc440676e20f8326: > > documentation/dev-manual/dev-manual-intro.xml: typo fixed. (2012-07-26 18:53:04 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib zedd/kernel-rfc > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-rfc > > Bruce Ashfield (1): > kernel.bbclass: remove default module_autoload and module_conf values > > meta/classes/kernel.bbclass | 19 ------------------- > 1 files changed, 0 insertions(+), 19 deletions(-) >276cc440676e20f8326: > > documentation/dev-manual/dev-manual-intro.xml: typo fixed. (2012-07-26 18:53:04 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib zedd/kernel-rfc > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-rfc > > Bruce Ashfield (1): > kernel.bbclass: remove default module_autoload and module_conf values > > meta/classes/kernel.bbclass | 19 ------------------- > 1 files changed, 0 insertions(+), 19 deletions(-) > It's soaked and merged into OE-Core now! Thanks Sau!