diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-12-22 02:32:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-06 10:58:20 -0800 |
| commit | 38a28f24d52ce2bfb608e544dc943c68982e8a0a (patch) | |
| tree | 2d687b8501c6c217055e6cf386fb17ac9f805d88 /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb | |
| parent | a6bbe1adb83bcb0edc62fc9f1d3f5c54db34a916 (diff) | |
| download | meta-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.bb | 5 |
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 @@ | |||
| 1 | require qemu-system-native-alt.inc | 1 | require qemu-system-native-alt.inc |
| 2 | require qemu-xilinx-2023.1.inc | 2 | require qemu-xilinx-2023.1.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 | ||
| @@ -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 | |||
