From: Ross Burton Date: Mon, 29 Jun 2026 10:11:36 +0000 (+0100) Subject: qemu: set the compilation progress bar flag X-Git-Tag: yocto-6.1_M2~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21994d6de3f753728ec2bc1ed11d2e819442a3f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemu: set the compilation progress bar flag Qemu uses meson to build but wraps it in Makefiles, so we don't get the progress bar assignment from meson.bbclass. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 3071f74650a..4a48ace0482 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -143,6 +143,9 @@ do_configure() { } do_configure[cleandirs] += "${B}" +# Use the Meson progress regex as qemu uses meson internally +do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+" + do_install () { export STRIP="" oe_runmake 'DESTDIR=${D}' install