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>
This commit is contained in:
Bruce Ashfield 2025-06-25 22:58:37 -04:00
parent 816d4c6e0e
commit 9bc1a10710

View File

@ -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