summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2023-06-26 13:58:00 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-10 11:36:34 +0100
commit71eef513bb1c0e1c172618accda04597d4bafff7 (patch)
tree393516175db052de140e5e8b8c638fe589cc6722 /meta/recipes-devtools/qemu
parent84ed8b20d4f4dd8a24a8b7e1901ea1f1294cee5f (diff)
downloadpoky-71eef513bb1c0e1c172618accda04597d4bafff7.tar.gz
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) (From OE-Core rev: 3514a3bc6c86c56ee3b23edccbfa566d7a3e4ac5) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 6acda61425..a5bdeef66d 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"
236ALLOW_EMPTY:${PN}-system-all = "1" 236ALLOW_EMPTY:${PN}-system-all = "1"
237ALLOW_EMPTY:${PN}-user-all = "1" 237ALLOW_EMPTY:${PN}-user-all = "1"
238 238
239PACKAGES_DYNAMIC += "^${PN}-user-.* ^${PN}-system-.*"
240
239PACKAGESPLITFUNCS =+ "split_qemu_packages" 241PACKAGESPLITFUNCS =+ "split_qemu_packages"
240 242
241python split_qemu_packages () { 243python split_qemu_packages () {