]> code.ossystems Code Review - openembedded-core.git/commit
combo-layer: runcmd() enhancements
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 2 May 2016 13:27:27 +0000 (15:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 May 2016 07:03:59 +0000 (08:03 +0100)
commit0af4fadafce690fc8357196cf7247bd222c08d10
tree798d5fb5bb58afef3772bbcd08ddf8608b736163
parentc9dab31f5f6dc225f5c2c2ca3ec9aeab2ff655d5
combo-layer: runcmd() enhancements

Allow setting the environment. Due to a subprocess quirk, it must
always be set explicitly (reuses the one from the previous call if not
set, instead of falling back to os.environ).

Embedding nul characters will be useful for parsing git output more
reliably; support dumping such output a bit better.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/combo-layer