summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>2023-04-04 20:34:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-05 17:26:53 +0100
commitbb1cd7e0caffb8746751593f6cfa564ec6f45425 (patch)
treebd6ba5c3c35ef9820565ad20f926d060c1c4805e
parente36aa2418f5435080b056d9a1661674b2ffaee7a (diff)
downloadpoky-bb1cd7e0caffb8746751593f6cfa564ec6f45425.tar.gz
qemu: rename deprecated --enable-trace-backend configure option
qemu 6.2 deprecated the configure option '--enable-trace-backend' in favor of '--enable-trace-backends' [1] Rename accordingly. [1] https://wiki.qemu.org/ChangeLog/6.2#Build_Information (From OE-Core rev: 9e41fac1c2ee15aaff9926dac3c0233430adff12) Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 10001c3e66..e2453dd8bc 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -208,7 +208,7 @@ PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev"
208PACKAGECONFIG[attr] = "--enable-attr,--disable-attr,attr," 208PACKAGECONFIG[attr] = "--enable-attr,--disable-attr,attr,"
209PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd,ceph,ceph" 209PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd,ceph,ceph"
210PACKAGECONFIG[vhost] = "--enable-vhost-net,--disable-vhost-net,," 210PACKAGECONFIG[vhost] = "--enable-vhost-net,--disable-vhost-net,,"
211PACKAGECONFIG[ust] = "--enable-trace-backend=ust,,lttng-ust," 211PACKAGECONFIG[ust] = "--enable-trace-backends=ust,,lttng-ust,"
212PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,," 212PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,,"
213PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" 213PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp"
214# libnfs is currently provided by meta-kodi 214# libnfs is currently provided by meta-kodi