]> code.ossystems Code Review - openembedded-core.git/commit
wic/engine: Fix missing parted autobuilder failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2019 07:57:25 +0000 (07:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:07 +0000 (22:25 +0000)
commit6e2bf8691ffd6004cb40e71a2d1d002b5ed5808f
tree3a4dcfc12bd701bd2301b039087d1e5e2ad9e869
parent319ee1bb146b91f78d7a141def2b1cf92cf88887
wic/engine: Fix missing parted autobuilder failures

OE-Core rev: a88bcbae850a2e6d182291d3f8e167aabdbe4842 broke the ability
to find parted as it may be in sbin which is not in PATH for some users
on some distros.

Iterate on the original patch to fix this and also fix the original problem.

(From OE-Core rev: af3803e5189d7814f9dbd238fb6dab200f351e1a)

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