From: Mingli Yu Date: Mon, 26 Jun 2023 05:58:00 +0000 (+0800) Subject: qemu: Add qemu-user-* and qemu-system-* to PACKAGES_DYNAMIC X-Git-Tag: uninative-4.1~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3514a3bc6c86c56ee3b23edccbfa566d7a3e4ac5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemu: Add qemu-user-* and qemu-system-* to PACKAGES_DYNAMIC Fixes: Add below line to conf/local.conf IMAGE_INSTALL:append = " qemu-system-aarch64" $ bitbake core-image-base ERROR: Required build target 'core-image-base' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-base', 'qemu-system-aarch64'] (From OE-Core rev: b89201b7c163b075880a35733700c6d4205b4461) Signed-off-by: Mingli Yu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 6acda614256..a5bdeef66d9 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -236,6 +236,8 @@ PACKAGES =+ "${PN}-system-all ${PN}-user-all" ALLOW_EMPTY:${PN}-system-all = "1" ALLOW_EMPTY:${PN}-user-all = "1" +PACKAGES_DYNAMIC += "^${PN}-user-.* ^${PN}-system-.*" + PACKAGESPLITFUNCS =+ "split_qemu_packages" python split_qemu_packages () {