diff options
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx_2023.1.bb')
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx_2023.1.bb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx_2023.1.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx_2023.1.bb deleted file mode 100644 index fca09883..00000000 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx_2023.1.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | require qemu-xilinx-2023.1.inc | ||
| 2 | require recipes-devtools/qemu/qemu.inc | ||
| 3 | require qemu-xilinx-7.1.inc | ||
| 4 | require qemu-alt.inc | ||
| 5 | |||
| 6 | # Links to libmali-xlnx, so it becomes MACHINE_ARCH specific | ||
| 7 | DEFAULT_PACKAGE_ARCH := "${PACKAGE_ARCH}" | ||
| 8 | MALI_PACKAGE_ARCH[vardepsexclude] = "MACHINE_ARCH" | ||
| 9 | MALI_PACKAGE_ARCH = "${@'${MACHINE_ARCH}' if d.getVar('PREFERRED_PROVIDER_virtual/libgles1') == 'libmali-xlnx' else '${DEFAULT_PACKAGE_ARCH}'}" | ||
| 10 | PACKAGE_ARCH[vardepsexclude] = "MALI_PACKAGE_ARCH" | ||
| 11 | PACKAGE_ARCH:class-target = "${@bb.utils.contains_any('DEPENDS', 'libepoxy virglrenderer', '${MALI_PACKAGE_ARCH}', '${DEFAULT_PACKAGE_ARCH}', d)}" | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "nativesdk" | ||
| 14 | |||
| 15 | RDEPENDS:${PN}:class-target += "bash" | ||
| 16 | |||
| 17 | PROVIDES:class-nativesdk = "nativesdk-qemu" | ||
| 18 | RPROVIDES:${PN}:class-nativesdk = "nativesdk-qemu" | ||
| 19 | |||
| 20 | # Latest poky has changed the defaults, restore them to something compatible | ||
| 21 | # with this QEMU. When we update to QEMU 8.x this won't be necessary. | ||
| 22 | EXTRA_OECONF:remove = "--disable-download" | ||
| 23 | EXTRA_OECONF:remove = "--disable-docs" | ||
| 24 | EXTRA_OECONF:remove = "--disable-af-xdp" | ||
| 25 | |||
| 26 | EXTRA_OECONF:append = "\ | ||
| 27 | --with-git=/bin/false \ | ||
| 28 | --with-git-submodules=ignore \ | ||
| 29 | --meson=meson \ | ||
| 30 | " | ||
| 31 | |||
| 32 | EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}" | ||
| 33 | EXTRA_OECONF:append:class-nativesdk = " --target-list=${@get_qemu_target_list(d)}" | ||
| 34 | EXTRA_OECONF:append:class-target:mipsarcho32 = "${@bb.utils.contains('BBEXTENDCURR', 'multilib', ' --disable-capstone', '', d)}" | ||
| 35 | |||
| 36 | do_install:append:class-nativesdk() { | ||
| 37 | ${@bb.utils.contains('PACKAGECONFIG', 'gtk+', 'make_qemu_wrapper', '', d)} | ||
| 38 | } | ||
