summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-connectivity
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-01-09 16:25:47 -0700
committerMark Hatle <mark.hatle@amd.com>2024-01-22 16:31:34 -0700
commit6f7edbe3de0e879e5690d5ec13e21e54d5334b7f (patch)
treee494d0f124934f2edaea945485239ada6c235df6 /meta-xilinx-core/recipes-connectivity
parente7caaf9739e4075721e44f602b7dd44ccb585666 (diff)
downloadmeta-xilinx-6f7edbe3de0e879e5690d5ec13e21e54d5334b7f.tar.gz
qemu: Update to qemu 8.1.0
Backport the QEMU 8.1.x integration from current poky (commit 4bb222e0d71a4cb159b8a4f1a90b65b1af32ac10). Add Xilinx specific integration. Add required libslirp recipe from current poky. Also update the qemu-devicetree to the latest version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-connectivity')
-rw-r--r--meta-xilinx-core/recipes-connectivity/slirp/libslirp_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-connectivity/slirp/libslirp_git.bb b/meta-xilinx-core/recipes-connectivity/slirp/libslirp_git.bb
new file mode 100644
index 00000000..334b786b
--- /dev/null
+++ b/meta-xilinx-core/recipes-connectivity/slirp/libslirp_git.bb
@@ -0,0 +1,18 @@
1SUMMARY = "A general purpose TCP-IP emulator"
2DESCRIPTION = "A general purpose TCP-IP emulator used by virtual machine hypervisors to provide virtual networking services."
3HOMEPAGE = "https://gitlab.freedesktop.org/slirp/libslirp"
4LICENSE = "BSD-3-Clause & MIT"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
6
7SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
8SRCREV = "3ad1710a96678fe79066b1469cead4058713a1d9"
9PV = "4.7.0"
10S = "${WORKDIR}/git"
11
12DEPENDS = " \
13 glib-2.0 \
14"
15
16inherit meson pkgconfig
17
18BBCLASSEXTEND = "native nativesdk"