poky/scripts/lib/wic
Richard Purdie d672a6c43f wic: Avoid problems with "-" characters in plugin names
Remap "-" characters in plugin names to "_" so wic plugins
can be extended using standard python class inheritance.

This change means wic files can be incrementally updated over time
to the correct name rather than breaking everything. Actual plugin
module files will need to be renamed as done in previous patches.

Also remove a double call to get_plugins() which isn't needed.

(From OE-Core rev: 6d9c76196ffad39e628aff76d53d6ecbb517cfa1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-16 17:57:30 +01:00
..
canned-wks wic: Update after plugin name changes 2025-06-16 17:57:30 +01:00
plugins wic: Avoid problems with "-" characters in plugin names 2025-06-16 17:57:30 +01:00
__init__.py wic: python2 -> python3 2019-06-30 22:40:52 +01:00
engine.py wic: Avoid problems with "-" characters in plugin names 2025-06-16 17:57:30 +01:00
filemap.py filemap.py: enforce maximum of 4kb block size 2023-03-27 15:44:02 +01:00
help.py wic: Update after plugin name changes 2025-06-16 17:57:30 +01:00
ksparser.py wic: Add gpt-hybrid partition layout 2023-09-02 11:47:50 +01:00
misc.py bmaptool: now part of Yocto Project 2024-03-05 12:24:50 +00:00
partition.py wic: Avoid problems with "-" characters in plugin names 2025-06-16 17:57:30 +01:00
pluginbase.py wic: pluginbase ensure layer order when load plugins 2025-06-16 17:57:30 +01:00