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] 89863a050b
[2] https://git.openembedded.org/openembedded-core/commit/?id=3d9ec347e651e05d0246a8723ca4038bb1f5b765

Reviewed-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2025-06-27 16:19:12 +02:00 committed by Trevor Woerner
parent fe7cfa748b
commit dda191abf2

View File

@ -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"