From dda191abf24d2e1f1ec7c45a46279cfdd69fd639 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 27 Jun 2025 16:19:12 +0200 Subject: [PATCH] mesa: remove kmsro from PACKAGECONFIG Mesa has dropped[1] support for a separate kmsro option to the gallium-drivers. It is therefore not necessary to pass it to PACKAGECONFIG anymore, especially since the kmsro PACKAGECONFIG doesn't exit in the mesa recipe anymore[2]. [1] https://gitlab.freedesktop.org/mesa/mesa/-/commit/89863a050bea429d9574a307bc28953bb60accaf [2] https://git.openembedded.org/openembedded-core/commit/?id=3d9ec347e651e05d0246a8723ca4038bb1f5b765 Reviewed-by: Trevor Woerner Signed-off-by: Quentin Schulz --- recipes-graphics/mesa/mesa.bbappend | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend index 00cc15c..e0b38ce 100644 --- a/recipes-graphics/mesa/mesa.bbappend +++ b/recipes-graphics/mesa/mesa.bbappend @@ -1,6 +1,6 @@ -PACKAGECONFIG:append:rk3288 = " kmsro panfrost" -PACKAGECONFIG:append:rk3328 = " kmsro lima" -PACKAGECONFIG:append:rk3399 = " kmsro panfrost" -PACKAGECONFIG:append:rk3566 = " kmsro panfrost" -PACKAGECONFIG:append:rk3568 = " kmsro panfrost" -PACKAGECONFIG:append:px30 = " kmsro panfrost" +PACKAGECONFIG:append:rk3288 = " panfrost" +PACKAGECONFIG:append:rk3328 = " lima" +PACKAGECONFIG:append:rk3399 = " panfrost" +PACKAGECONFIG:append:rk3566 = " panfrost" +PACKAGECONFIG:append:rk3568 = " panfrost" +PACKAGECONFIG:append:px30 = " panfrost"