mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
scripts/runqemu: Update the fstypes list with newly supported compressed images types
Update the interal list of types within runqemu with the newly added compression formats it supports. This fixes autodetection of qemuboot file locations. (From OE-Core rev: 46b9a1c74df00f76f7c19b5ed27e6a569aaabb5e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b8fef12210
commit
23174f6494
|
|
@ -198,8 +198,9 @@ class BaseConfig(object):
|
|||
self.bitbake_e = ''
|
||||
self.snapshot = False
|
||||
self.wictypes = ('wic.zst', 'wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi', "wic.vhd", "wic.vhdx")
|
||||
self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs',
|
||||
'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz',
|
||||
self.fstypes = ('ext2', 'ext3', 'ext4', 'ext2.zst', 'ext3.zst', 'ext4.zst',
|
||||
'jffs2', 'nfs', 'btrfs', 'cpio.gz', 'cpio', 'ramfs',
|
||||
'tar.bz2', 'tar.gz', 'tar.zst',
|
||||
'squashfs', 'squashfs-xz', 'squashfs-lzo',
|
||||
'squashfs-lz4', 'squashfs-zst')
|
||||
self.vmtypes = ('hddimg', 'iso')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user