diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-12-22 02:32:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
| commit | 33fd654be03f9c7afac44faabef4029e77f9dff4 (patch) | |
| tree | 4455caf5cac241733d8aa37028b834e233f0957e /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb | |
| parent | 12c5fabda74b337bc0e4f4a2202d79bc29b058df (diff) | |
| download | meta-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.bb | 4 |
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 @@ | |||
| 1 | require qemu-system-native-alt.inc | 1 | require qemu-system-native-alt.inc |
| 2 | require qemu-xilinx-2022.2.inc | 2 | require qemu-xilinx-2022.2.inc |
| 3 | require qemu-xilinx-native.inc | 3 | require qemu-xilinx-native-7.1.inc |
| 4 | 4 | ||
| 5 | PROVIDES = "qemu-system-native" | 5 | PROVIDES = "qemu-system-native" |
| 6 | 6 | ||
| 7 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" | 7 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" |
| 8 | 8 | ||
| 9 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp" | 9 | PACKAGECONFIG ??= "fdt alsa kvm gcrypt pie slirp" |
| 10 | 10 | ||
| 11 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" | 11 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" |
| 12 | 12 | ||
