summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-03-28 17:27:24 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-04-03 13:27:11 +0000
commitc4c3b584c23209ad7f9ff587eb48ba462fd0ed2c (patch)
tree0cb1b1a7b0473bf796a9d2938ec0d269b68bdce3 /meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend
parent43fccd53c863ea723f9645ceeb174dd0a1553b52 (diff)
meta-core/recipes-graphics/mesa: Backport a fix from 22.2.5
This adds 0001-virgl-don-t-a-use-staging-when-a-resources-created-w.patch which is a backport from mesa 22.2.5 as a tentative fix for running on virgl on the x86 platform. This issue seems have been fixed 22.2.4 and 22.2.5, but the original change was initially quite a long time before in 22.0.X and we seem to be using 22.0.3. Bug-AGL: SPEC-4724 Change-Id: I255e30d8e513b8f3bbfa720a24c1afcbd40af2c9 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28604 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend')
-rw-r--r--meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend b/meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend
index 3d5903d85..27dd78371 100644
--- a/meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend
+++ b/meta-agl-bsp/meta-core/recipes-graphics/mesa/mesa_%.bbappend
@@ -1 +1,5 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += "file://0001-virgl-don-t-a-use-staging-when-a-resources-created-w.patch"
+
require ${@bb.utils.contains('AGL_FEATURES', 'aglcore', '${BPN}_agl.inc', '', d)}