mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00

lima is the open-source implementation for the GPU found on RK3188, the Mali 400, so let's enable it for RK3188 boards by default. Not tested. Reviewed-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
PACKAGECONFIG:append:rk3066 = " lima"
|
|
PACKAGECONFIG:append:rk3188 = " lima"
|
|
PACKAGECONFIG:append:rk3288 = " libclc panfrost"
|
|
PACKAGECONFIG:append:rk3328 = " lima"
|
|
PACKAGECONFIG:append:rk3399 = " libclc panfrost"
|
|
PACKAGECONFIG:append:rk3566 = " libclc panfrost"
|
|
PACKAGECONFIG:append:rk3568 = " libclc panfrost"
|
|
PACKAGECONFIG:append:px30 = " libclc panfrost"
|