diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-04-14 08:26:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-14 08:26:04 -0300 |
commit | 90fc58f3c4a3ac58017201a4dda3bcfc506d7dcc (patch) | |
tree | 1f6a53773d954a9969b836ed4f91a53bd802bd76 | |
parent | 9eab05eafe4e30747ea79fafe5d51129cd2ec9be (diff) | |
parent | 0a4c2012e175758a2995a3e866b00e68734b7f3c (diff) | |
download | meta-freescale-90fc58f3c4a3ac58017201a4dda3bcfc506d7dcc.tar.gz |
Merge pull request #2196 from MaxKrummenacher/kmsro
mesa: bbappend: drop kmsro packageconfig
-rw-r--r-- | recipes-graphics/mesa/mesa.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend index 7c2e08fb..120561d1 100644 --- a/recipes-graphics/mesa/mesa.bbappend +++ b/recipes-graphics/mesa/mesa.bbappend | |||
@@ -19,7 +19,7 @@ python () { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | # Enable Etnaviv and Freedreno support | 21 | # Enable Etnaviv and Freedreno support |
22 | PACKAGECONFIG:append:use-mainline-bsp = " gallium etnaviv kmsro freedreno" | 22 | PACKAGECONFIG:append:use-mainline-bsp = " gallium etnaviv freedreno" |
23 | 23 | ||
24 | # For NXP BSP, GPU drivers don't support dri | 24 | # For NXP BSP, GPU drivers don't support dri |
25 | PACKAGECONFIG:remove:imxgpu:use-nxp-bsp = "dri" | 25 | PACKAGECONFIG:remove:imxgpu:use-nxp-bsp = "dri" |