summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2024-08-28 12:44:57 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-08-28 19:54:26 +0000
commita01ce7f278c6ab7920b4def8c572de2b97c3644b (patch)
treeb954619650c0134758fc1d5afd51e4d5dab2261b
parent6d426216ae3901340c141caf865d7136b789b3e1 (diff)
downloadmeta-freescale-a01ce7f278c6ab7920b4def8c572de2b97c3644b.tar.gz
mesa: Add missing path to patches
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 9c5b88af67c8082b728e27d3900b3149c88fffc0)
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index f2375a55..7c2e08fb 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,6 +1,7 @@
1PROVIDES:remove:imxgpu = "virtual/egl" 1PROVIDES:remove:imxgpu = "virtual/egl"
2PROVIDES:remove:imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" 2PROVIDES:remove:imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2"
3 3
4FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
4SRC_URI:append:mx93-nxp-bsp = " file://0001-MGS-7673-egl-dri2-fix-video-showing-wrong-frame.patch" 5SRC_URI:append:mx93-nxp-bsp = " file://0001-MGS-7673-egl-dri2-fix-video-showing-wrong-frame.patch"
5SRC_URI:append:imx-nxp-bsp = " file://0001-MGS-7599-cso-fix-virgl-driver-assert-issue.patch" 6SRC_URI:append:imx-nxp-bsp = " file://0001-MGS-7599-cso-fix-virgl-driver-assert-issue.patch"
6 7