]> code.ossystems Code Review - openembedded-core.git/commit
wic: align layer plugin path
authorLee Chee Yang <chee.yang.lee@intel.com>
Wed, 1 Apr 2020 06:39:56 +0000 (14:39 +0800)
committerArmin Kuster <akuster808@gmail.com>
Mon, 20 Apr 2020 00:15:38 +0000 (17:15 -0700)
commit8351cb19e8a83157143b1df61cd9bbb71282e9fc
tree4ac82dafac456f82cbb8cd4321cffd1cd25efdfc
parent2cbb3a663a3d3b2dcf8c12c26843d6087789ded0
wic: align layer plugin path

wic look for external layer source plugin under scripts/lib/
while other tools look for lib/.

allow wic to check for source plugin at both scripts/lib/ and
lib/ to align with other tools while avoid breaking any existing
source plugin in external layer.

[YOCTO #13056]

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 986baff26bd96a6265f5fe2d631818fff9f66374)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/wic/help.py
scripts/lib/wic/pluginbase.py