diff options
author | Vincent Davis Jr <vince@underview.tech> | 2025-08-14 00:25:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-14 10:31:11 +0100 |
commit | eb3df0324ad13dfa06feb8336f13aeff74866034 (patch) | |
tree | 719eacf12718e8cb9d2088bc9d78bc8beb31cb87 /scripts/lib/build_perf/__init__.py | |
parent | 336a252dbb0b41043da4c03546d7023c3a65ab54 (diff) | |
download | poky-eb3df0324ad13dfa06feb8336f13aeff74866034.tar.gz |
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.
(From OE-Core rev: 9034dd23e4240536a37a2290f2f2dd48d9bddd29)
Signed-off-by: Vincent Davis Jr. <vince@underview.tech>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/build_perf/__init__.py')
0 files changed, 0 insertions, 0 deletions