generic-poky/scripts/lib/wic/utils
Ed Bartosh ea07f0325c wic: use native parted
Used exec_native_cmd instead of find_binary_path to run parted.
Got rid of find_binary_path as it's not used anywhere else.

There are several tools wic is trying to find not only in sysroot,
but also in host root. Parted is a special as on some distros it's
installed in /usr/sbin, which is not in the user's PATH. This makes
wic to fail with error "External command 'parted' not found, exiting."

[YOCTO #7122]

(From OE-Core rev: 76adf38c0d8e0faf04a5ecb3fcfbe831c85bb81f)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-14 12:38:49 +01:00
..
oe wic:code cleanup: No space allowed 2015-04-13 22:33:20 +01:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
cmdln.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
errors.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
fs_related.py wic: use native parted 2015-04-14 12:38:49 +01:00
misc.py wic:code cleanup: No space allowed 2015-04-13 22:33:20 +01:00
partitionedfs.py wic: use native parted 2015-04-14 12:38:49 +01:00
runner.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00