Message ID | 20230605105526.11027-1-witold.lipieta@thaumatec.com |
---|---|
State | New |
Headers | show |
Series | [meta-rockchip] mesa: Enable Panfrost for PX30 | expand |
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 87f4bce..58c25e7 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,3 +1,4 @@ PACKAGECONFIG:append:rk3288 = " kmsro panfrost" PACKAGECONFIG:append:rk3399 = " kmsro panfrost" PACKAGECONFIG:append:rock64 = " kmsro lima" +PACKAGECONFIG:append:px30 = " kmsro panfrost"
PX30 has Mali G31 GPU and needs Mesa Panfrost for graphic acceleration. Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com> --- This patch supplements https://git.yoctoproject.org/meta-rockchip/commit/?id=f2b4e6efde0e2e8ed9a15694d716add3eb4d14dc and should be also backported to kirkstone branch. --- recipes-graphics/mesa/mesa_%.bbappend | 1 + 1 file changed, 1 insertion(+)