]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/populate_sdk_ext: drop duplicated error message paule/extsdkfixes13-oe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 8 Aug 2016 11:05:04 +0000 (23:05 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2016 04:40:46 +0000 (16:40 +1200)
commit8b812f1819f53d4f58454d094f7e8c9ea9879242
tree493839195fb78c73ab828b7523f74e93d251c6b3
parent8aa96837fb9a30d03e547d7c7d58706f7d7a8aab
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>
meta/classes/populate_sdk_ext.bbclass
meta/files/ext-sdk-prepare.py