]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bootimg_pcbios: include grub as an optional bootloader
authorVincent Davis Jr <vince@underview.tech>
Thu, 14 Aug 2025 04:25:50 +0000 (00:25 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Aug 2025 09:30:39 +0000 (10:30 +0100)
commit5caf6fe32aa4655f46fb7b490a22778c59b2efc0
tree6842391e37564cd8eb0529db8c31a34c7ff863d2
parent27c56962f47303cf49a4cf641e85239e4d7779b5
bootimg_pcbios: include grub as an optional bootloader

Commit adds in support for installation of both
grub and syslinux using newly added grub functions.

Due to the bootimg_biosplusefi source_params['loader']
had to be named source_params['loader-bios'] so not
to create conflict in the wics plugin.

Commits also adds ability to set and or not set
source_params. If source_params set check
for both
* syslinux
* grub

if not set default to using syslinux as bootloader.

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