]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bootimg_pcbios: move syslinux funcs to end of file
authorVincent Davis Jr <vince@underview.tech>
Thu, 14 Aug 2025 04:25:45 +0000 (00:25 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Aug 2025 09:30:39 +0000 (10:30 +0100)
commit9034dd23e4240536a37a2290f2f2dd48d9bddd29
tree772b11e6fc433a3484792f75c038f8e51ffa3d24
parent78addc3a7c2f036e8932305368acd6090937b62d
bootimg_pcbios: move syslinux funcs to end of file

This commit moves the seperated syslinux creation
functions from their current position to end of
file in the order

1. _do_configure_syslinux
2. _do_prepare_syslinux
3. _do_install_syslinux

This is to prepare for inclusion of other
bootloaders. It also makes reading
through the wics plugin much easier if
you group bootloader specific partition
creation functions together and place them
at the bottom of the file versus leaving
them in their current position.

Signed-off-by: Vincent Davis Jr. <vince@underview.tech>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/bootimg_pcbios.py