diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-24 17:24:00 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-25 07:24:20 -0800 |
| commit | 80c18c4bec48d03fc83d0c398d9e9bb8ac598431 (patch) | |
| tree | f0fce012179af2c8c11bcfe11ffe72c816a7aa64 /meta-xilinx-core | |
| parent | 8d1c280075e861eed8bc778fd4abaa04fbe1a0f6 (diff) | |
| download | meta-xilinx-80c18c4bec48d03fc83d0c398d9e9bb8ac598431.tar.gz | |
qemu-xilinx: Add Yocto Project upstream patches
Yocto Project upstream patches resolve integration issues, and resolve
various CVEs. Include these into the qemu-xilinx recipe.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-6.1.0/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch (renamed from meta-xilinx-core/recipes-devtools/qemu/files/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch) | 0 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc | 20 |
2 files changed, 19 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/files/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-6.1.0/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch index 4298964d..4298964d 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/files/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-6.1.0/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch | |||
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc index 595b988d..b65a1682 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc | |||
| @@ -18,7 +18,25 @@ REPO ?= "gitsm://github.com/Xilinx/qemu.git;protocol=https" | |||
| 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 18 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
| 19 | SRC_URI = "${REPO};${BRANCHARG}" | 19 | SRC_URI = "${REPO};${BRANCHARG}" |
| 20 | 20 | ||
| 21 | SRC_URI:append = " file://0010-configure-Add-pkg-config-handling-for-libgcrypt.patch" | 21 | FILESEXTRAPATHS:append := ":${COREBASE}/meta/recipes-devtools/qemu/qemu" |
| 22 | |||
| 23 | SRC_URI += "\ | ||
| 24 | file://powerpc_rom.bin \ | ||
| 25 | file://run-ptest \ | ||
| 26 | file://0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch \ | ||
| 27 | file://0002-chardev-connect-socket-to-a-spawned-command.patch \ | ||
| 28 | file://0003-apic-fixup-fallthrough-to-PIC.patch \ | ||
| 29 | file://0004-configure-Add-pkg-config-handling-for-libgcrypt.patch \ | ||
| 30 | file://0005-qemu-Do-not-include-file-if-not-exists.patch \ | ||
| 31 | file://0006-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch \ | ||
| 32 | file://0007-qemu-Determinism-fixes.patch \ | ||
| 33 | file://0008-tests-meson.build-use-relative-path-to-refer-to-file.patch \ | ||
| 34 | file://0009-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch \ | ||
| 35 | file://0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch \ | ||
| 36 | file://0001-net-tulip-Restrict-DMA-engine-to-memories.patch \ | ||
| 37 | file://arm-cpreg-fix.patch \ | ||
| 38 | file://CVE-2022-3165.patch \ | ||
| 39 | " | ||
| 22 | 40 | ||
| 23 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
| 24 | 42 | ||
