]> code.ossystems Code Review - openembedded-core.git/commit
wic/engine.py: improve error message when required tools are missing
authorAnuj Mittal <anuj.mittal@intel.com>
Fri, 1 Jun 2018 08:45:05 +0000 (16:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 09:40:33 +0000 (10:40 +0100)
commit73697d9e44e92b8e7c0cdd46339981f5633f09af
tree264d8ff00cb9e7dc1281a5384432c608f386fe52
parent0c0f1849ea0e40296117510b4d87a2505fe18e16
wic/engine.py: improve error message when required tools are missing

Instead of showing that command 'None' was found, show the name of
actual command that wasn't found on the host machine or at the native
sysroot path provided by user.

(From OE-Core rev: 3157ebb131e01e74689b1f87a35278350f315e7d)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/wic/engine.py