poky/scripts/lib/wic
Vincent Davis Jr 336a252dbb bootimg_pcbios: move syslinux install into seperate functions
Current oe-core bootimg_pcbios wics plugin
only supports installing syslinux directly
into the resulting wic image.

This commit seperates syslinux installation from
class BootimgPcbiosPlugin(SourcePlugin) override
functions in preparation of supporting the installation
of other bootloaders to the resulting wics plugin
such as:
	* grub
	* extlinux

Being moved now to make it easier to include
future bootloaders.

(From OE-Core rev: 78addc3a7c2f036e8932305368acd6090937b62d)

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-08-14 10:31:11 +01:00
..
canned-wks wic: Update after plugin name changes 2025-06-16 17:57:30 +01:00
plugins bootimg_pcbios: move syslinux install into seperate functions 2025-08-14 10:31:11 +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