public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for dual bios + efi disk generation
@ 2022-03-04 15:25 Felix Moessbauer
  2022-03-04 15:25 ` [PATCH 1/4] Copy efi-plus-pcbios script from OE Felix Moessbauer
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Felix Moessbauer @ 2022-03-04 15:25 UTC (permalink / raw)
  To: isar-users; +Cc: henning.schild, adriaan.schmidt, jan.kiszka, Felix Moessbauer

This patch ports the bios + efi disk support from OE to ISAR.
By that, the generated disk can be booted both with EFI as well
as with PCBIOS.

Please note, that patches 2 and 3 do not work independently,
but are split for easier refactoring of the isarpluginsbase class.

Best regards,
Felix

Felix Moessbauer (3):
  Copy efi-plus-pcbios script from OE
  Add ISAR version of biosplusefi WIC plugin
  test: add target for efi-plus-pcbios image type

Henning Schild (1):
  wic: biosplusefi: make sure sub-plugins can import isarpluginbase

 .../conf/multiconfig/qemuamd64-buster.conf    |   2 +
 .../lib/wic/canned-wks/efi-plus-pcbios.wks    |   6 +
 .../source/bootimg-biosplusefi-isar.py        | 205 ++++++++++++++++++
 .../wic/plugins/source/bootimg-efi-isar.py    |   6 +-
 .../wic/plugins/source/bootimg-pcbios-isar.py |   6 +-
 5 files changed, 221 insertions(+), 4 deletions(-)
 create mode 100644 meta-isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks
 create mode 100644 meta/scripts/lib/wic/plugins/source/bootimg-biosplusefi-isar.py

-- 
2.30.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-03-04 21:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 15:25 [PATCH 0/4] Add support for dual bios + efi disk generation Felix Moessbauer
2022-03-04 15:25 ` [PATCH 1/4] Copy efi-plus-pcbios script from OE Felix Moessbauer
2022-03-04 15:25 ` [PATCH 2/4] Add ISAR version of biosplusefi WIC plugin Felix Moessbauer
2022-03-04 16:33   ` Henning Schild
2022-03-04 15:25 ` [PATCH 3/4] wic: biosplusefi: make sure sub-plugins can import isarpluginbase Felix Moessbauer
2022-03-04 16:34   ` Henning Schild
2022-03-04 15:25 ` [PATCH 4/4] test: add target for efi-plus-pcbios image type Felix Moessbauer
2022-03-04 16:41   ` Henning Schild
2022-03-04 21:28     ` Henning Schild
2022-03-04 21:26 ` [PATCH 0/4] Add support for dual bios + efi disk generation Henning Schild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox