Commit Graph

2 Commits

Author SHA1 Message Date
Bruce Ashfield
9bc1a10710 wic: fix bios plugin name references
When testing the OE core unpackdir fixups, it was found that the
x86-64 xen images wouldn't assemble due to wic plugin issues.

These tweaks get the images building, but runtime testing is
still pending.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-06-25 22:58:37 -04:00
Christopher Clark
c66da6821f wic: add support for bootable pcbios partition with Xen hypervisor
New bootimg-biosxen wic plugin to populate a boot partition for
launching Xen and dom0.

Includes example kickstart wks files to generate disk images to boot
into Xen from PC BIOS.

  eg: wic create directdisk-xen -e xen-image-minimal

and write the resulting image file to a disk for boot.

Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-02-27 16:59:22 -05:00