Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] RFC: combo layer tool v2
@ 2011-06-22 13:08 Yu Ke
  2011-06-22 13:08 ` [PATCH 1/1] combo-layer-tool: add tool to manipulate combo layer Yu Ke
  0 siblings, 1 reply; 3+ messages in thread
From: Yu Ke @ 2011-06-22 13:08 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chris Larson, Paul Eggleton

This is the V2 RFC patch of combo layer tool.

Thanks for Paul and Chris's valuable review, the version includes all
their comments:

- fix several grammar issue
- fix the incorrect patch range
- print the component repo name when updating
- delete the temporary directory when it is done
- use the python ConfigParser class to simplify the parsing

The following changes since commit b30cb584a738915113e88b7db1028d53b2bae5f9:
  Richard Purdie (1):
        Revert "gcc: rebase the patch to avoid patch rejection"

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kyu3/combo-layer-v3
  http://git.pokylinux.org/cgit.cgi//log/?h=kyu3/combo-layer-v3

Yu Ke (1):
  combo-layer-tool: add tool to manipulate combo layer

 scripts/combo-layer                 |  360 +++++++++++++++++++++++++++++++++++
 scripts/combo-layer-hook-default.sh |   13 ++
 scripts/combo-layer.conf.example    |   37 ++++
 3 files changed, 410 insertions(+), 0 deletions(-)
 create mode 100755 scripts/combo-layer
 create mode 100755 scripts/combo-layer-hook-default.sh
 create mode 100644 scripts/combo-layer.conf.example




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-30 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 13:08 [PATCH 0/1] RFC: combo layer tool v2 Yu Ke
2011-06-22 13:08 ` [PATCH 1/1] combo-layer-tool: add tool to manipulate combo layer Yu Ke
2011-06-30 17:00   ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox