diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-11-24 15:22:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:30:52 +0000 |
commit | 04bab58809c63c9114feb0aadc9b6115be10fcc4 (patch) | |
tree | e3058e2ec832b313dd7c3e10e364256f61988426 /scripts/lib/wic/conf.py | |
parent | a36469c97c9cb335de1e95dea5141038f337df95 (diff) | |
download | openembedded-core-04bab58809c63c9114feb0aadc9b6115be10fcc4.tar.gz openembedded-core-04bab58809c63c9114feb0aadc9b6115be10fcc4.tar.bz2 openembedded-core-04bab58809c63c9114feb0aadc9b6115be10fcc4.zip |
wic: exec_native_cmd: implement support for pseudo
Wic runs some tools through pseudo, which makes exec_native_cmd
to fail and throw cryptic error message when tool is not baked:
For example:
Error: exec_cmd: 'export
PSEUDO_PREFIX=/media/ssd/poky-build/tmp/sysroots/x86_64-linux/usr;export
PSEUDO_LOCALSTATEDIR=/media/ssd/poky-build/tmp/work/qemux86-poky-linux/
...
PSEUDO_PASSWD=/media/ssd/poky-build/tmp/work/qemux86-poky-linux/ ...
PSEUDO_NOSYMLINKEXP=1;/media/ssd/poky-build/tmp/sysroots/ ...
mkfs.ext4 -F -i 8192 /var/tmp/wic/build/rootfs_platform.7.ext4 -L
platform -d
/media/ssd/poky-build/tmp/work/qemux86-poky-linux/core-image-minimal/...
returned '1' instead of 0
Made exec_native_cmd aware of pseudo and properly report
errors when command is not found.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/wic/conf.py')
0 files changed, 0 insertions, 0 deletions