diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-06-08 11:40:50 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-06-08 11:40:50 -0600 |
| commit | f16c176b59e8e1b97f34c23d842f529fb825f08c (patch) | |
| tree | 04f0ff310022f29fc58abecadaddd4e3ea9f5bf2 | |
| parent | 662a8b5416a33f93c4e0c3133dcbfe95bd66df68 (diff) | |
| download | meta-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.conf | 1 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-2023.1.inc | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc | 3 |
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 | |||
| 52 | PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 52 | PREFERRED_VERSION_qemu-xilinx-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
| 53 | PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 53 | PREFERRED_VERSION_qemu-xilinx-system-native ?= "${@d.getVarFlag('XILINX_QEMU_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
| 54 | PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%" | 54 | PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%" |
| 55 | PREFERRED_PROVIDER_qemu ?= "qemu-xilinx" | ||
| 55 | 56 | ||
| 56 | XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%" | 57 | XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%" |
| 57 | XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%" | 58 | XILINX_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 @@ | |||
| 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-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 | " |
| 50 | PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm gcrypt pie slirp" | 50 | PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm gcrypt pie slirp" |
| 51 | 51 | ||
| 52 | # Disable this | ||
| 53 | PACKAGECONFIG[debuginfo] = "" | ||
| 54 | |||
| 52 | DISABLE_STATIC:pn-${PN} = "" | 55 | DISABLE_STATIC:pn-${PN} = "" |
