| Submitter | Xiaofeng Yan |
|---|---|
| Date | May 31, 2012, 6:02 a.m. |
| Message ID | <cover.1338443711.git.xiaofeng.yan@windriver.com> |
| Download | mbox |
| Permalink | /patch/28975/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib xiaofeng/2472Comments
On Wed, May 30, 2012 at 11:02 PM, <xiaofeng.yan@windriver.com> wrote: > From: Xiaofeng Yan <xiaofeng.yan@windriver.com> > > The usability of the archiver classes can be improved, beyond the > simple addition of default values for the variables. > A user could well inherit just archiver rather than the individual > useful classes, and not realize it will do nothing. > > The following changes since commit f28209d9d3c67203a2c7a2b25cacfe31643d1bfa: > Kang Kai (1): > cooker.py: terminate the Parser processes > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib xiaofeng/2472 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/2472 > > Xiaofeng Yan (2): > archiver.bbclass: Improve the usability for the archiver classes > local.conf.sample.extended: Change the usage about arhiver.bbclass > > meta-yocto/conf/local.conf.sample.extended | 31 ++++++++++++++++----------- > meta/classes/archiver.bbclass | 6 +++- > 2 files changed, 22 insertions(+), 15 deletions(-) > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core Merged into OE-Core Thanks -b
From: Xiaofeng Yan <xiaofeng.yan@windriver.com> The usability of the archiver classes can be improved, beyond the simple addition of default values for the variables. A user could well inherit just archiver rather than the individual useful classes, and not realize it will do nothing. The following changes since commit f28209d9d3c67203a2c7a2b25cacfe31643d1bfa: Kang Kai (1): cooker.py: terminate the Parser processes are available in the git repository at: git://git.pokylinux.org/poky-contrib xiaofeng/2472 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/2472 Xiaofeng Yan (2): archiver.bbclass: Improve the usability for the archiver classes local.conf.sample.extended: Change the usage about arhiver.bbclass meta-yocto/conf/local.conf.sample.extended | 31 ++++++++++++++++----------- meta/classes/archiver.bbclass | 6 +++- 2 files changed, 22 insertions(+), 15 deletions(-)