[OE-core] [PATCH 0/1] RFC: combo layer tool v2

Yu Ke ke.yu at intel.com
Wed Jun 22 13:08:07 UTC 2011


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





More information about the Openembedded-core mailing list