summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-10-12 05:10:06 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-27 16:54:43 +0100
commit2ea050d3fbe38d1ce54b0981def862c5ecfe84a0 (patch)
treece6fa88615a6bcb2402973e6579acb145a24f370 /meta/recipes-devtools/qemu/qemu.inc
parent29ae351d1d0a3b82435b67a317587b1a988eaa81 (diff)
downloadpoky-2ea050d3fbe38d1ce54b0981def862c5ecfe84a0.tar.gz
qemu: Add PACKAGECONFIG for rbd
Avoid accidentally linking to the rbd library from the host by adding a PACKAGECONFIG for the option. (From OE-Core rev: bb32854dbe68335d834aaa80e42d6a524ea4e1b2) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index cdd615997f..d85db8f800 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -276,6 +276,7 @@ PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
276PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" 276PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs"
277PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" 277PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
278PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" 278PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
279PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd"
279 280
280INSANE_SKIP_${PN} = "arch" 281INSANE_SKIP_${PN} = "arch"
281 282