]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
wic: add target tools to PATH when executing native commands
authorRoss Burton <ross.burton@arm.com>
Wed, 27 Jul 2022 11:11:53 +0000 (12:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Aug 2022 10:29:57 +0000 (11:29 +0100)
commitc523549141e5c31edc75281f581d97867b7d251d
tree2ed674e51a56265ebb80f111ad937efa5322b011
parent9d2a661e46123a2292f7887658e6fa54923dbcc0
wic: add target tools to PATH when executing native commands

We might want to run a cross tool, such as objcopy, in wic.  These are
in a TARGET_SYS/ subdirectory under /usr/bin, so add that directory to
the search path too.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
scripts/lib/wic/misc.py