diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-14 10:21:22 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-04-14 10:30:35 +0200 |
commit | 0a4c2012e175758a2995a3e866b00e68734b7f3c (patch) | |
tree | 1f6a53773d954a9969b836ed4f91a53bd802bd76 | |
parent | 9eab05eafe4e30747ea79fafe5d51129cd2ec9be (diff) | |
download | meta-freescale-0a4c2012e175758a2995a3e866b00e68734b7f3c.tar.gz |
mesa: bbappend: drop kmsro packageconfig
mesa is updated in oe-core to 25.0.2. That version dropped the configure
option kmsro and unconditionally adds the code [1].
oe-core currently still has the packageconfig for it, however enabling
results in a built time error. A fix is on the ML [2].
| ERROR: mesa-2_25.0.2-r0 do_recipe_qa: QA Issue: mesa: invalid PACKAGECONFIG(s): kmsro [invalid-packageconfig]
[1] https://gitlab.freedesktop.org/mesa/mesa/-/commit/70813c1c13b99cb029c8fa3537163650bdd17b6d
[2] https://lore.kernel.org/all/20250412-mesa-25-fixes-v1-1-791840391271@oss.qualcomm.com/
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-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" |