mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
mesa: build panfrost for RK3568 boards
The RK356x SoC family (of which we currently only support RK3568) has a Bifrost GPU that is supported by open-source Panfrost Linux kernel and Mesa drivers, therefore let's build mesa with Panfrost support for RK3568. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
abd7b7d9ae
commit
9b20f02918
|
@ -1,4 +1,5 @@
|
|||
PACKAGECONFIG:append:rk3288 = " kmsro panfrost"
|
||||
PACKAGECONFIG:append:rk3328 = " kmsro lima"
|
||||
PACKAGECONFIG:append:rk3399 = " kmsro panfrost"
|
||||
PACKAGECONFIG:append:rk3568 = " kmsro panfrost"
|
||||
PACKAGECONFIG:append:px30 = " kmsro panfrost"
|
||||
|
|
Loading…
Reference in New Issue
Block a user