diff options
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 | 38 |
1 files changed, 0 insertions, 38 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 deleted file mode 100644 index 3264c260..00000000 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | require qemu-system-native-alt.inc | ||
| 2 | require qemu-xilinx-2023.1.inc | ||
| 3 | require qemu-xilinx-native-7.1.inc | ||
| 4 | |||
| 5 | PROVIDES = "qemu-system-native" | ||
| 6 | |||
| 7 | # Latest poky has changed the defaults, restore them to something compatible | ||
| 8 | # with this QEMU. When we update to QEMU 8.x this won't be necessary. | ||
| 9 | EXTRA_OECONF:remove = "--disable-download" | ||
| 10 | EXTRA_OECONF:remove = "--disable-docs" | ||
| 11 | EXTRA_OECONF:remove = "--disable-af-xdp" | ||
| 12 | |||
| 13 | EXTRA_OECONF:append = "\ | ||
| 14 | --with-git=/bin/false \ | ||
| 15 | --with-git-submodules=ignore \ | ||
| 16 | --meson=meson \ | ||
| 17 | " | ||
| 18 | |||
| 19 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" | ||
| 20 | |||
| 21 | PACKAGECONFIG ??= "fdt alsa kvm gcrypt pie slirp" | ||
| 22 | |||
| 23 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" | ||
| 24 | |||
| 25 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" | ||
| 26 | DEPENDS += "qemu-xilinx-multiarch-helper-native" | ||
| 27 | |||
| 28 | do_install:append() { | ||
| 29 | # The following is also installed by qemu-native | ||
| 30 | rm -f ${D}${datadir}/qemu/trace-events-all | ||
| 31 | rm -rf ${D}${datadir}/qemu/keymaps | ||
| 32 | rm -rf ${D}${datadir}/icons | ||
| 33 | rm -rf ${D}${includedir}/qemu-plugin.h | ||
| 34 | |||
| 35 | # Install qmp.py to be used with testimage | ||
| 36 | install -d ${D}${libdir}/qemu-python/qmp/ | ||
| 37 | install -D ${S}/python/qemu/qmp/* ${D}${libdir}/qemu-python/qmp/ | ||
| 38 | } | ||
