diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-08-28 16:56:02 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 16:56:02 -0300 |
commit | 49c25c3c1ae107209aec63fdbf08c84f7231ef00 (patch) | |
tree | b954619650c0134758fc1d5afd51e4d5dab2261b | |
parent | 6d426216ae3901340c141caf865d7136b789b3e1 (diff) | |
parent | a01ce7f278c6ab7920b4def8c572de2b97c3644b (diff) | |
download | meta-freescale-49c25c3c1ae107209aec63fdbf08c84f7231ef00.tar.gz |
Merge pull request #1912 from Freescale/backport-1911-to-scarthgap
[Backport scarthgap] 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 | ||