diff options
Diffstat (limited to 'recipes-graphics/mesa/mesa.bbappend')
-rw-r--r-- | recipes-graphics/mesa/mesa.bbappend | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend index 7c2e08fba..1c75c9884 100644 --- a/recipes-graphics/mesa/mesa.bbappend +++ b/recipes-graphics/mesa/mesa.bbappend | |||
@@ -1,10 +1,6 @@ | |||
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}:" | ||
5 | SRC_URI:append:mx93-nxp-bsp = " file://0001-MGS-7673-egl-dri2-fix-video-showing-wrong-frame.patch" | ||
6 | SRC_URI:append:imx-nxp-bsp = " file://0001-MGS-7599-cso-fix-virgl-driver-assert-issue.patch" | ||
7 | |||
8 | PACKAGECONFIG:remove:imxgpu = "egl gbm" | 4 | PACKAGECONFIG:remove:imxgpu = "egl gbm" |
9 | PACKAGECONFIG:remove:imxgpu3d = "gles" | 5 | PACKAGECONFIG:remove:imxgpu3d = "gles" |
10 | 6 | ||
@@ -19,7 +15,7 @@ python () { | |||
19 | } | 15 | } |
20 | 16 | ||
21 | # Enable Etnaviv and Freedreno support | 17 | # Enable Etnaviv and Freedreno support |
22 | PACKAGECONFIG:append:use-mainline-bsp = " gallium etnaviv kmsro freedreno" | 18 | PACKAGECONFIG:append:use-mainline-bsp = " gallium etnaviv freedreno" |
23 | 19 | ||
24 | # For NXP BSP, GPU drivers don't support dri | 20 | # For NXP BSP, GPU drivers don't support dri |
25 | PACKAGECONFIG:remove:imxgpu:use-nxp-bsp = "dri" | 21 | PACKAGECONFIG:remove:imxgpu:use-nxp-bsp = "dri" |