summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-01-25 10:42:30 -0700
committerMark Hatle <mark.hatle@amd.com>2024-01-30 17:48:07 -0700
commit216a238f9d7b9a2b7bbf11fc198b7ff3aad89e5f (patch)
treee07a83649629e3eb68139b58b0aca374c23ac6cb
parent03fda2db91ec189180ce6cc8e0e75e1722648e32 (diff)
downloadmeta-xilinx-216a238f9d7b9a2b7bbf11fc198b7ff3aad89e5f.tar.gz
qemu: Avoid incompatible pkgconfig values
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc2
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.2.inc2
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc2
3 files changed, 2 insertions, 4 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc
index 362a7dbe..06ac05a1 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc
@@ -1,5 +1,3 @@
1XILINX_QEMU_VERSION = "v7.1.0" 1XILINX_QEMU_VERSION = "v7.1.0"
2BRANCH = "xlnx_rel_v2023.1" 2BRANCH = "xlnx_rel_v2023.1"
3SRCREV = "21adc9f99e813fb24fb65421259b5b0614938376" 3SRCREV = "21adc9f99e813fb24fb65421259b5b0614938376"
4
5PACKAGECONFIG[debuginfo] = ""
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.2.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.2.inc
index 9831e1a5..db6e1528 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.2.inc
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.2.inc
@@ -1,5 +1,3 @@
1XILINX_QEMU_VERSION = "v7.1.0" 1XILINX_QEMU_VERSION = "v7.1.0"
2BRANCH = "xlnx_rel_v2023.2" 2BRANCH = "xlnx_rel_v2023.2"
3SRCREV = "23b643ba1683a47ef49447a45643fe2172d6f8ca" 3SRCREV = "23b643ba1683a47ef49447a45643fe2172d6f8ca"
4
5PACKAGECONFIG[debuginfo] = ""
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc
index 6e98d15d..9056fc69 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc
@@ -55,5 +55,7 @@ PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm gcrypt pie slirp"
55 55
56# Disable this 56# Disable this
57PACKAGECONFIG[debuginfo] = "" 57PACKAGECONFIG[debuginfo] = ""
58PACKAGECONFIG[pipewire] = ""
59PACKAGECONFIG[sndio] = ""
58 60
59DISABLE_STATIC:pn-${PN} = "" 61DISABLE_STATIC:pn-${PN} = ""