mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
meta-yocto rev 506379cb241e6a865139307e06216a07f737b602 changed the IMAGE_FSTYPES to wic.zst but did not change QB_DEFAULT_FSTYPE to match. This is causing the error: runqemu - ERROR - Failed to find rootfs Change the QB_DEFAULT_FSTYPE and it works as before (only now runqemu requires the 'snapshot' parameter). (From meta-yocto rev: 24857a05b0c2cc70733f245cf9614ef5fb126647) Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>