]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: improve patch list handling and output
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 31 Jul 2012 00:06:24 +0000 (01:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2012 06:57:07 +0000 (07:57 +0100)
commit65461d7c35fdadb5b008052798731dce19ed187f
treec1aa8abfca5b45fbd031d83db0c749dee4c4bbc2
parentc82b28982c4f630c130c827a7da3ac0454cd93b6
combo-layer: improve patch list handling and output

* Ignore blank lines in patch list
* Don't fail in interactive mode if patch list is deleted
* Show patch counter
* Show relative path for patches
* Print headings before applying patch list for each component

Also change to using a "with" block to read the patch list so it gets
closed properly when we're finished.

Fixes [YOCTO #2455].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer