diff options
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 @@ | |||
1 | XILINX_QEMU_VERSION = "v7.1.0" | 1 | XILINX_QEMU_VERSION = "v7.1.0" |
2 | BRANCH = "xlnx_rel_v2023.1" | 2 | BRANCH = "xlnx_rel_v2023.1" |
3 | SRCREV = "21adc9f99e813fb24fb65421259b5b0614938376" | 3 | SRCREV = "21adc9f99e813fb24fb65421259b5b0614938376" |
4 | |||
5 | PACKAGECONFIG[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 @@ | |||
1 | XILINX_QEMU_VERSION = "v7.1.0" | 1 | XILINX_QEMU_VERSION = "v7.1.0" |
2 | BRANCH = "xlnx_rel_v2023.2" | 2 | BRANCH = "xlnx_rel_v2023.2" |
3 | SRCREV = "23b643ba1683a47ef49447a45643fe2172d6f8ca" | 3 | SRCREV = "23b643ba1683a47ef49447a45643fe2172d6f8ca" |
4 | |||
5 | PACKAGECONFIG[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 |
57 | PACKAGECONFIG[debuginfo] = "" | 57 | PACKAGECONFIG[debuginfo] = "" |
58 | PACKAGECONFIG[pipewire] = "" | ||
59 | PACKAGECONFIG[sndio] = "" | ||
58 | 60 | ||
59 | DISABLE_STATIC:pn-${PN} = "" | 61 | DISABLE_STATIC:pn-${PN} = "" |