diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-08-28 16:54:13 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 16:54:13 -0300 |
commit | 8952b3fcb4088f15fa1a81b26f98d4dada38f3ed (patch) | |
tree | 3c98c304b42f11ac1c69efbe919fc765bcead5f1 | |
parent | 702a942cde0c695a34708aca1b8dbbc6b6b42c53 (diff) | |
parent | 9c5b88af67c8082b728e27d3900b3149c88fffc0 (diff) | |
download | meta-freescale-8952b3fcb4088f15fa1a81b26f98d4dada38f3ed.tar.gz |
Merge pull request #1911 from nxp-upstream/mesa
mesa: Add missing path to patches
-rw-r--r-- | recipes-graphics/mesa/mesa.bbappend | 1 |
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 @@ | |||
1 | PROVIDES:remove:imxgpu = "virtual/egl" | 1 | PROVIDES:remove:imxgpu = "virtual/egl" |
2 | PROVIDES:remove:imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" | 2 | PROVIDES:remove:imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" |
3 | 3 | ||
4 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
4 | SRC_URI:append:mx93-nxp-bsp = " file://0001-MGS-7673-egl-dri2-fix-video-showing-wrong-frame.patch" | 5 | SRC_URI:append:mx93-nxp-bsp = " file://0001-MGS-7673-egl-dri2-fix-video-showing-wrong-frame.patch" |
5 | SRC_URI:append:imx-nxp-bsp = " file://0001-MGS-7599-cso-fix-virgl-driver-assert-issue.patch" | 6 | SRC_URI:append:imx-nxp-bsp = " file://0001-MGS-7599-cso-fix-virgl-driver-assert-issue.patch" |
6 | 7 | ||