]> code.ossystems Code Review - openembedded-core.git/commit
scripts/yocto-compat-layer.py: Make output log argument optional
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 20 Mar 2017 20:51:03 +0000 (14:51 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:04 +0000 (22:43 +0000)
commitf91ccdeb8b0b3e4063ed2bf22215a25f8902cbd9
tree113331f131fe6c5bee0b227d532efe2988590707
parent95ad04f7daed17bde5be5fc264f6c731fecfdfa9
scripts/yocto-compat-layer.py: Make output log argument optional

Only create a log file when --output-log option is specified, since
logger is dumping to stdout by default is better to let the user
decide if a log needs to be created.

[YOCTO #11160]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/yocto-compat-layer.py