]> code.ossystems Code Review - openembedded-core.git/commit
wic/engine.py: Load paths from PATH environment variable
authorWilliam Bourque <wbourque@gmail.com>
Mon, 11 Feb 2019 20:00:48 +0000 (15:00 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2019 11:20:06 +0000 (11:20 +0000)
commita88bcbae850a2e6d182291d3f8e167aabdbe4842
tree755ad2b42aae47f2587f2499813cbc0b4c546089
parent39a3d2c603429865af632fe41b2cf32c3dfdfb1d
wic/engine.py: Load paths from PATH environment variable

Load self.paths from environment variable and
if it fails, fall back to hardcoded list.
This is required for users that would need to load
different e2fsprogs binaries if their system's ones
are not recent enought

Signed-off-by: William Bourque <wbourque@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/engine.py