]> code.ossystems Code Review - openembedded-core.git/commit
wic: Fix confusing error message
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 29 Jun 2015 10:30:36 +0000 (13:30 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2015 22:01:46 +0000 (23:01 +0100)
commit98912687f15f6d7537746fb38499f739e1a47be9
treef704bd27c26dbe197db880a07cb2c40ffd229f4d
parentf7059362053c87f96ce68d1ab850962defb76540
wic: Fix confusing error message

Wic throws this message when any of the build artifacts are
not provided:
  Build artifacts not completely specified, exiting.
    (Use 'wic -e' or 'wic -r -b -k -n' to specify artifacts)
It was not clear which artifact was not specified.

Reworked the code to specify list of missed artifacts.
Now the message looks like this:
  The following build artifacts are not specified:
    bootimg-dir, kernel-dir, native-sysroot

[YOCTO #7912]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/wic