summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-12-22 02:32:16 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-06 10:58:20 -0800
commit38a28f24d52ce2bfb608e544dc943c68982e8a0a (patch)
tree2d687b8501c6c217055e6cf386fb17ac9f805d88 /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
parenta6bbe1adb83bcb0edc62fc9f1d3f5c54db34a916 (diff)
downloadmeta-xilinx-38a28f24d52ce2bfb608e544dc943c68982e8a0a.tar.gz
qemu-xilinx: Refactor to enable qemu 2023.1 ver 7.1
Refactor QEMU integration as the versions now match the Langdale core version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb')
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
index 1fb51cdd..1e738530 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
@@ -1,12 +1,12 @@
1require qemu-system-native-alt.inc 1require qemu-system-native-alt.inc
2require qemu-xilinx-2023.1.inc 2require qemu-xilinx-2023.1.inc
3require qemu-xilinx-native.inc 3require qemu-xilinx-native-7.1.inc
4 4
5PROVIDES = "qemu-system-native" 5PROVIDES = "qemu-system-native"
6 6
7EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" 7EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}"
8 8
9PACKAGECONFIG ??= "fdt alsa kvm pie slirp" 9PACKAGECONFIG ??= "fdt alsa kvm gcrypt pie slirp"
10 10
11PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" 11PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
12 12
@@ -24,4 +24,3 @@ do_install:append() {
24 install -d ${D}${libdir}/qemu-python/qmp/ 24 install -d ${D}${libdir}/qemu-python/qmp/
25 install -D ${S}/python/qemu/qmp/* ${D}${libdir}/qemu-python/qmp/ 25 install -D ${S}/python/qemu/qmp/* ${D}${libdir}/qemu-python/qmp/
26} 26}
27