]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ext-sdk-prepare.py: use quiet mode when preparing sysroot paule/esdk-runqemu-fixes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 19 Apr 2017 08:50:54 +0000 (20:50 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 19 Apr 2017 08:56:26 +0000 (20:56 +1200)
commitda6a19e856be1b305483c212b837652c824f0cf2
tree0e265f6a247f7fdfa64c7bc20948e3f04abcd672
parent55fe27e1f64352d36e4a49eb488a51bda21bd007
ext-sdk-prepare.py: use quiet mode when preparing sysroot

In order to have a shared sysroot usable within the eSDK after recipe
specific sysroots were implemented, we need to run
bitbake build-sysroots as a separate call. However, unlike the first
call, --quiet wasn't being specified and that somewhat undermined the
earlier effort to clean up the eSDK installation output. Make this
second call quiet as well so that the output is tidier.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/files/ext-sdk-prepare.py