Re: [OE-core] [dunfell][PATCH 2/2] runqemu: add QB_ROOTFS_EXTRA_OPT parameter

2020-06-25 Thread Konrad Weihmann
Hi all, I'd like this to be backported to dunfell, although it's something in between a bugfix and a feature addition. These both patches will unblock the usage of wic images in combination with testimage class, which I otherwise would consider broken for this use case. So I really would

[OE-core] [dunfell][PATCH 2/2] runqemu: add QB_ROOTFS_EXTRA_OPT parameter

2020-06-25 Thread Konrad Weihmann
Content of the optional parameter will be appended to the rootfs-device in the qemu configuration, in case QB_ROOTFS_OPT is not specified. By default this is empty. Example use cases are: Defining 'readonly' when using squashfs, so multiple instances of qemu can share the same base image,