]> 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)
committerArmin Kuster <akuster808@gmail.com>
Sun, 7 Apr 2019 09:39:57 +0000 (15:09 +0530)
commit68f56a4967d3121940669ca9116e759081b0b73b
treeba7d614f7896704e35207c9b5443dd4a984d0052
parentc8331fa157b83a3ed77f77a6e884c7fbc4f1d91b
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