diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-01-09 16:25:47 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-22 16:31:34 -0700 |
| commit | 6f7edbe3de0e879e5690d5ec13e21e54d5334b7f (patch) | |
| tree | e494d0f124934f2edaea945485239ada6c235df6 /meta-xilinx-core/recipes-connectivity | |
| parent | e7caaf9739e4075721e44f602b7dd44ccb585666 (diff) | |
| download | meta-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.bb | 18 |
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 @@ | |||
| 1 | SUMMARY = "A general purpose TCP-IP emulator" | ||
| 2 | DESCRIPTION = "A general purpose TCP-IP emulator used by virtual machine hypervisors to provide virtual networking services." | ||
| 3 | HOMEPAGE = "https://gitlab.freedesktop.org/slirp/libslirp" | ||
| 4 | LICENSE = "BSD-3-Clause & MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" | ||
| 6 | |||
| 7 | SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" | ||
| 8 | SRCREV = "3ad1710a96678fe79066b1469cead4058713a1d9" | ||
| 9 | PV = "4.7.0" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | DEPENDS = " \ | ||
| 13 | glib-2.0 \ | ||
| 14 | " | ||
| 15 | |||
| 16 | inherit meson pkgconfig | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
