From patchwork Tue Jul 5 16:28:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] combo-layer tool v3 Date: Tue, 05 Jul 2011 16:28:09 -0000 From: Paul Eggleton X-Patchwork-Id: 6993 Message-Id: To: openembedded-core@lists.openembedded.org This is the third version of Yu Ke's combo-layer tool. Changes since v2: * Fix splitpatch so that it handles commits that only affect some of the components (reports the ones that have been skipped and avoids writing out empty patches) * A few fixes to the help text & comments The following changes since commit f05b7ee7716d1e5cc1ba0bbab57e91c3a0569e9e: x-load: Update to 1.5.0 (2011-07-05 14:16:33 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/combo-layer-v3 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/combo-layer-v3 Yu Ke (1): combo-layer-tool: add tool to manipulate combo layers scripts/combo-layer | 366 +++++++++++++++++++++++++++++++++++ scripts/combo-layer-hook-default.sh | 13 ++ scripts/combo-layer.conf.example | 37 ++++ 3 files changed, 416 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