summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/help.py
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-04-01 14:39:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-29 16:11:56 +0100
commit51586b5612cfba9bc9928dcf1837a90a7f2d50f8 (patch)
treebff9cb16f6c7aec9b72338cd177474c0a452392e /scripts/lib/wic/help.py
parent4d888ebbda3635f90789e381b323b39daec93c7c (diff)
downloadpoky-51586b5612cfba9bc9928dcf1837a90a7f2d50f8.tar.gz
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] (From OE-Core rev: 8351cb19e8a83157143b1df61cd9bbb71282e9fc) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r--scripts/lib/wic/help.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 3a40fc0ea2..03d84bd1d7 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -523,7 +523,8 @@ DESCRIPTION
523 523
524 Source plugins can also be implemented and added by external 524 Source plugins can also be implemented and added by external
525 layers - any plugins found in a scripts/lib/wic/plugins/source/ 525 layers - any plugins found in a scripts/lib/wic/plugins/source/
526 directory in an external layer will also be made available. 526 or lib/wic/plugins/source/ directory in an external layer will
527 also be made available.
527 528
528 When the wic implementation needs to invoke a partition-specific 529 When the wic implementation needs to invoke a partition-specific
529 implementation, it looks for the plugin that has the same name as 530 implementation, it looks for the plugin that has the same name as