Files
poky/scripts
Patrick Ohly 627e524238 combo-layer: runcmd() with separate output
Allow the caller to specify a separate output stream. stderr is always
a temporary file opened by runcmd(), so read from that to capture
output for error reporting *and* the return value.

The reasoning for the latter is a) that this preserves the traditional
behavior when out=None and b) if the caller wants the content of
stdout, it can read from the stream itself, which is not possible for
the temporary stderr.

(From OE-Core rev: a084162a9dc4718ab453723f1f28aefc55100e2e)

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-20 11:21:22 +00:00
..
2013-10-29 10:41:39 +00:00
2014-02-02 11:23:45 +00:00
2015-02-08 08:00:27 +00:00
2013-05-14 14:57:27 +03:00
2014-03-07 14:58:45 +00:00
2014-10-30 13:03:41 +00:00

This directory contains Various useful scripts for working with OE builds