mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
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:
parent
fe7cfa748b
commit
dda191abf2
|
@ -1,6 +1,6 @@
|
||||||
PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
|
PACKAGECONFIG:append:rk3288 = " panfrost"
|
||||||
PACKAGECONFIG:append:rk3328 = " kmsro lima"
|
PACKAGECONFIG:append:rk3328 = " lima"
|
||||||
PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
|
PACKAGECONFIG:append:rk3399 = " panfrost"
|
||||||
PACKAGECONFIG:append:rk3566 = " kmsro panfrost"
|
PACKAGECONFIG:append:rk3566 = " panfrost"
|
||||||
PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
|
PACKAGECONFIG:append:rk3568 = " panfrost"
|
||||||
PACKAGECONFIG:append:px30 = " kmsro panfrost"
|
PACKAGECONFIG:append:px30 = " panfrost"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user