mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
a504f28998
Videocore 5/6 support was added as a separate driver in mesa: v3d. Enable this so we can have it available for Raspberry Pi 4. Also, this driver depends on kmsro. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
8 lines
409 B
Plaintext
8 lines
409 B
Plaintext
# DRI3 note:
|
|
# With oe-core commit 8509e2e1a87578882b71948ccef3b50ccf1228b3 dri3 is set
|
|
# as default. To state out clearly that Raspi needs dri3 and to avoid surprises
|
|
# in case oe-core changes this default, we set dri3 explicitly.
|
|
PACKAGECONFIG_append_rpi = " gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11 dri3', '', d)}"
|
|
GALLIUMDRIVERS_append_rpi = ",vc4,v3d,kmsro"
|
|
DRIDRIVERS_rpi = ""
|