poky/scripts/lib/wic/utils
Randy Witt 0f75740830 wic/utils/oe/misc.py: Preserve PATH when running native tools
Previously exec_native_cmd() would remove all items from PATH except for
the native sysroot. This can cause issues for the tools that are created
using create_wrapper().

Now instead of wiping out the PATH, run a sanity check to check if the
command is in the native sysroot.

(From OE-Core rev: ba127370e621b5b683d6f454596c3d0c60c13df7)

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-27 07:24:29 +00:00
..
oe wic/utils/oe/misc.py: Preserve PATH when running native tools 2015-10-27 07:24:29 +00:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
errors.py wic: refactored processing of wic exceptions 2015-05-29 10:17:14 +01:00
fs_related.py wic: code cleanup: wildcard imports 2015-04-24 11:06:55 +01:00
misc.py wic:code cleanup: No space allowed 2015-04-13 22:33:20 +01:00
partitionedfs.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
runner.py wic: fix short variable names 2015-09-03 12:43:31 +01:00
syslinux.py wic: Add plugin for single partition disk 2015-05-03 11:43:49 +01:00