]> code.ossystems Code Review - openembedded-core.git/commit
wic: build wic-tools only if wic is run manually
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 14 Jul 2017 12:33:02 +0000 (15:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jul 2017 12:48:54 +0000 (13:48 +0100)
commit522ac21831944b06fbcc372ac61762576d792c22
treeee82daf216921410e7f50ea6f087e234e27432b9
parentfc12ce9d1b92cc0104cf456af1e3d5f146b9219d
wic: build wic-tools only if wic is run manually

When wic can't find native sysroot it tries to build wic-tools
However, it's not possible when wic is run from bitbake.
Moreover, it's not even feasible anymore as wic-tools should be
used only when wic is run manually.

Checked if wic is run manually before building wic-tools.

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