mesa: add libclc to PACKAGECONFIG for Panfrost-supported SoCs

Panfrost mesa drivers do not compile without libclc support anymore, I
assume since commit 20970bcd9652 ("panfrost: Add base of OpenCL C
infrastructure") merged in 25.1.0.

So this adds the missing libclc PACKAGECONFIG to Panfrost-supported
SoCs.

Note that mesa recipe in OE-Core will be updated to not build panfrost
if libclc PACKAGECONFIG is missing.

Reported-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2025-06-27 16:19:13 +02:00 committed by Trevor Woerner
parent dda191abf2
commit 16e79c187e

View File

@ -1,6 +1,6 @@
PACKAGECONFIG:append:rk3288 = " panfrost"
PACKAGECONFIG:append:rk3288 = " libclc panfrost"
PACKAGECONFIG:append:rk3328 = " lima"
PACKAGECONFIG:append:rk3399 = " panfrost"
PACKAGECONFIG:append:rk3566 = " panfrost"
PACKAGECONFIG:append:rk3568 = " panfrost"
PACKAGECONFIG:append:px30 = " panfrost"
PACKAGECONFIG:append:rk3399 = " libclc panfrost"
PACKAGECONFIG:append:rk3566 = " libclc panfrost"
PACKAGECONFIG:append:rk3568 = " libclc panfrost"
PACKAGECONFIG:append:px30 = " libclc panfrost"