mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
816d4c6e0e
commit
9bc1a10710
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user