summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-07-06 06:41:59 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-15 12:29:17 +0100
commiteb12590623f97455ade79b63d42335a688da92c5 (patch)
tree92a6acc974d93e8a4acbce600f50e648e0471073 /meta/recipes-devtools/qemu/qemu.inc
parent35bcc28983205e42941541f3133f3ddc2124b2d6 (diff)
downloadpoky-eb12590623f97455ade79b63d42335a688da92c5.tar.gz
qemu: add PACKAGECONFIG for capstone
Autobuilder workers were non-deterministically enabling capstone depending on whether the worker had libcapstone installed. Add PACKAGECONFIG for capstone with default off, since qemu does not require capstone support. Qemu version in dunfell has capstone in the source tree as a submodule and has configure options to enable it using that source code or using the system libcapstone. Qemu versions in master and kirkstone have removed the capstone submodule and configure options, but added libcapstone autodetection to meson. In all cases using PACKAGECONFIG will allow a deterministic build. (From OE-Core rev: af25fff399fa623b4fd6efbca21e01ea6b4d1fd7) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 052ef1f14d1e6a5ee34f742f65e51b20b416f79f) 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 25c2cdef3a..4135619fc6 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -254,6 +254,7 @@ PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon"
254PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" 254PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev"
255PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2" 255PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2"
256PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" 256PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp"
257PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
257 258
258INSANE_SKIP_${PN} = "arch" 259INSANE_SKIP_${PN} = "arch"
259 260