]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Apr 2020 22:19:57 +0000 (23:19 +0100)
commit986baff26bd96a6265f5fe2d631818fff9f66374
treec5a992e53f576719490e71a25d3fe50d32bea641
parentb1b98ed4fafa9d37f71cbfe18f7a00ce2643449e
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>
scripts/lib/wic/help.py
scripts/lib/wic/pluginbase.py