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

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>
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
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"
|