mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-04 20:54:48 +02:00
mesa: add support for RK3588(S)
The Mali G610 found in the RK3588(S) SoC still requires a blob coming from a linux-firmware package to work. Therefore, recommend that package when building mesa for rk3588(s). Reviewed-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
1ab02d57a0
commit
696c2b69c1
|
@ -9,3 +9,6 @@ MALI_DRIVER:rk3308 = ""
|
|||
|
||||
PACKAGECONFIG:append:rockchip = " ${@bb.utils.filter('MALI_DRIVER', 'lima panfrost', d)}"
|
||||
PACKAGECONFIG:append:rockchip = "${@bb.utils.contains('MALI_DRIVER', 'panfrost', ' libclc', '', d)}"
|
||||
|
||||
# Mali Gen10 (Valhall, supported by Panthor) requires a firmware blob
|
||||
RRECOMMENDS:mesa-megadriver:append:rk3588s = " linux-firmware-mali-csffw-arch108"
|
||||
|
|
Loading…
Reference in New Issue
Block a user