]> 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)
committerArmin Kuster <akuster808@gmail.com>
Sun, 7 Apr 2019 09:39:46 +0000 (15:09 +0530)
commitc8331fa157b83a3ed77f77a6e884c7fbc4f1d91b
treea45c6980d2c5a07ff86ce312757b1e27af341fea
parentb9ccf44edccd31264890fa790d6120fc9e2c0238
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

(From OE-Core rev: a88bcbae850a2e6d182291d3f8e167aabdbe4842)

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