mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
runqemu: add erofs filesystem types
runqemu does not recognize erofs, erofs-lz4, and erofs-lz4hc as filesystem types. Add them to start from an erofs filesystem without needing the full path. (From OE-Core rev: 8d5654d21c021964794c84f594748f376c2b39fc) Signed-off-by: Thomas Witte <thomas.witte@liebherr.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
32a2d2801e
commit
e88854c2de
@@ -202,7 +202,8 @@ class BaseConfig(object):
|
||||
'jffs2', 'nfs', 'btrfs', 'cpio.gz', 'cpio', 'ramfs',
|
||||
'tar.bz2', 'tar.gz', 'tar.zst',
|
||||
'squashfs', 'squashfs-xz', 'squashfs-lzo',
|
||||
'squashfs-lz4', 'squashfs-zst')
|
||||
'squashfs-lz4', 'squashfs-zst',
|
||||
'erofs', 'erofs-lz4', 'erofs-lz4hc')
|
||||
self.vmtypes = ('hddimg', 'iso')
|
||||
self.fsinfo = {}
|
||||
self.network_device = "-device e1000,netdev=net0,mac=@MAC@"
|
||||
|
||||
Reference in New Issue
Block a user