summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-02-01 15:46:58 -0700
committerMark Hatle <mark.hatle@amd.com>2024-02-01 16:04:29 -0700
commit5cdb157693c65974f42bc283da759313245d6e82 (patch)
treeaf8f7adf047c3b183c5a31b935402f8a72219134
parent19cccd4f9f7e710ac2b4a26ea32822dc6dfee8d7 (diff)
downloadmeta-xilinx-5cdb157693c65974f42bc283da759313245d6e82.tar.gz
qemu-xilinx: Fix potential issue w/ poky master-next
Currently poky master-next has a few patches for QEMU 8.2 to workaround a new requirement for some MMAP flags. For 7.1, we need to make sure we don't have these patches as they are not relevant. If this patch is not merged into Poky, we can drop this patch. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-7.1.inc4
1 files changed, 4 insertions, 0 deletions
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 9056fc69..4b0aceb8 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
@@ -44,6 +44,10 @@ SRC_URI += "\
44 file://qemu-guest-agent.udev \ 44 file://qemu-guest-agent.udev \
45 " 45 "
46 46
47# Workaround for 8.2 patch that doesn't apply
48SRC_URI:remove = "file://0011-linux-user-workaround-for-missing-MAP_FIXED_NOREPLAC.patch"
49SRC_URI:remove = "file://0012-linux-user-workaround-for-missing-MAP_SHARED_VALIDAT.patch"
50
47S = "${WORKDIR}/git" 51S = "${WORKDIR}/git"
48 52
49PACKAGECONFIG ??= " \ 53PACKAGECONFIG ??= " \