summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-06-08 11:40:50 -0600
committerMark Hatle <mark.hatle@amd.com>2023-06-08 11:40:50 -0600
commitf16c176b59e8e1b97f34c23d842f529fb825f08c (patch)
tree04f0ff310022f29fc58abecadaddd4e3ea9f5bf2
parent662a8b5416a33f93c4e0c3133dcbfe95bd66df68 (diff)
downloadmeta-xilinx-f16c176b59e8e1b97f34c23d842f529fb825f08c.tar.gz
qemu: Fix qemu integration with master
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/layer.conf1
-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-7.1.inc3
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 36f445ac..10771360 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -52,6 +52,7 @@ PREFERRED_VERSION_qemu-xilinx ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVa
52PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 52PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
53PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 53PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
54PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%" 54PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%"
55PREFERRED_PROVIDER_qemu ?= "qemu-xilinx"
55 56
56XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%" 57XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%"
57XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%" 58XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%"
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 06ac05a1..362a7dbe 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,3 +1,5 @@
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-7.1.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc
index c8f593a7..bf7ad610 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
@@ -49,4 +49,7 @@ PACKAGECONFIG ??= " \
49" 49"
50PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm gcrypt pie slirp" 50PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm gcrypt pie slirp"
51 51
52# Disable this
53PACKAGECONFIG[debuginfo] = ""
54
52DISABLE_STATIC:pn-${PN} = "" 55DISABLE_STATIC:pn-${PN} = ""