mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-04 20:54:48 +02:00
mesa: build panfrost for RK3566 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 RK3566. Signed-off-by: Marcin Bober <mbober1@gmail.com>
This commit is contained in:
parent
b6280c610f
commit
2796f7e8ae
|
@ -1,5 +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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user