summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.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-04-10 09:03:22 -0700
commit33fd654be03f9c7afac44faabef4029e77f9dff4 (patch)
tree4455caf5cac241733d8aa37028b834e233f0957e /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb
parent12c5fabda74b337bc0e4f4a2202d79bc29b058df (diff)
downloadmeta-xilinx-33fd654be03f9c7afac44faabef4029e77f9dff4.tar.gz
qemu-xilinx: Refactor to enable qemu 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_2022.2.bb')
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb
index 540ec51a..1f02812d 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb
@@ -1,12 +1,12 @@
1require qemu-system-native-alt.inc 1require qemu-system-native-alt.inc
2require qemu-xilinx-2022.2.inc 2require qemu-xilinx-2022.2.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