From 9bc1a1071028f632824c69ed7933f45dae356894 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Jun 2025 22:58:37 -0400 Subject: 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 --- scripts/lib/wic/plugins/source/bootimg-biosxen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/lib/wic/plugins/source/bootimg-biosxen.py') diff --git a/scripts/lib/wic/plugins/source/bootimg-biosxen.py b/scripts/lib/wic/plugins/source/bootimg-biosxen.py index f00747db..f3b5540c 100644 --- a/scripts/lib/wic/plugins/source/bootimg-biosxen.py +++ b/scripts/lib/wic/plugins/source/bootimg-biosxen.py @@ -46,8 +46,8 @@ class BootimgBiosXenPlugin(wic.pluginbase.SourcePlugin): """ - name = 'bootimg-biosxen' - __PCBIOS_MODULE_NAME = "bootimg-pcbios" + name = 'bootimg_biosxen' + __PCBIOS_MODULE_NAME = "bootimg_pcbios" __imgBiosObj = None @classmethod -- cgit v1.2.3-54-g00ecf