mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-04 20:54:46 +02:00

Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
- remove DRIDRIVERS variable Both are not available in current mesa recipe This fixes: ERROR: mesa-2_25.0.5-r0 do_recipe_qa: QA Issue: mesa: invalid PACKAGECONFIG(s): dri3 [invalid-packageconfig] ERROR: mesa-2_25.0.5-r0 do_recipe_qa: Fatal QA errors were found, failing task. Signed-off-by: Markus Volk <f_l_k@t-online.de>
2 lines
123 B
Plaintext
2 lines
123 B
Plaintext
PACKAGECONFIG:append:rpi = " gallium vc4 v3d ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', 'vulkan broadcom', '', d)}"
|