From 0f018ab269a65819155f66f55ff6fce348526b2a Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 18 Jan 2024 12:33:57 -0700 Subject: qemu: Remove qemu-6.1.0 remnants Some remnants of prior qemu 6.1.0 support were still present, remove them. Signed-off-by: Mark Hatle --- .../recipes-devtools/qemu/qemu-xilinx.inc | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc') diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc deleted file mode 100644 index 788a3fe0..00000000 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc +++ /dev/null @@ -1,47 +0,0 @@ -SUMMARY = "Xilinx's fork of a fast open source processor emulator" -HOMEPAGE = "https://github.com/xilinx/qemu/" - -# x86_64 is needed to build nativesdks -QEMU_TARGETS = "aarch64 arm microblaze microblazeel x86_64" - -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ - file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f \ - " -DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native" - -FILESEXTRAPATHS:prepend := "${THISDIR}/qemu-xilinx-6.1.0:" - -PV = "${XILINX_QEMU_VERSION}-xilinx-v${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1] or ''}+git${SRCPV}" -REPO ?= "gitsm://github.com/Xilinx/qemu.git;protocol=https" - -BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" -SRC_URI = "${REPO};${BRANCHARG}" - -SRC_URI:append = " file://0010-configure-Add-pkg-config-handling-for-libgcrypt.patch" - -S = "${WORKDIR}/git" - -# Disable KVM completely -PACKAGECONFIG:remove = "kvm" -PACKAGECONFIG:append = " fdt sdl gcrypt pie slirp" - - -# Remove when version is in sync with core oe-core -PACKAGECONFIG:remove:class-nativesdk= "pulsedio" -PACKAGECONFIG:remove:class-native = "pulsedio" -PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib" -PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" -PACKAGECONFIG[selinux] = "" -PACKAGECONFIG[slirp] = "--enable-slirp=git,--disable-slirp,," -PACKAGECONFIG[jack] = "" - -DISABLE_STATIC:pn-${PN} = "" - -do_install:append() { - # Prevent QA warnings about installed ${localstatedir}/run - if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi -} - -FILES:${PN} += "${datadir}/qemu/" -FILES:${PN}:append:class-nativesdk:mingw32 = " ${SDKPATHNATIVE}" -- cgit v1.2.3-54-g00ecf