]> code.ossystems Code Review - openembedded-core.git/commit
classes/populate_sdk_ext: drop duplicated error message
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2016 04:45:07 +0000 (16:45 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:32:16 +0000 (10:32 +0100)
commit80dfaf40e087b34d6360188df372c1c3805a00bd
treee5c413e0b1ed8ac276537ef2676d516f92dd32d5
parent6e6999a920b913ad9fdd2751100219c07cd14e54
classes/populate_sdk_ext: drop duplicated error message

The preparation script itself prints out an error on failure, and we
aren't redirecting its output anymore, so we no longer need to print out
a message here when it fails. At the same time, make the message printed
out by the script a little clearer - we're just writing the log out to
the file, we shouldn't give the user an expectation that there will be
extra details in there (other than the output produced by
oe-init-build-env there won't be).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/populate_sdk_ext.bbclass
meta/files/ext-sdk-prepare.py