[yocto] [meta-raspberrypi][PATCH 8/8] Support for vc4 graphics driver: modify the configuration for mesa

Herve Jourdain herve.jourdain at neuf.fr
Wed May 18 05:21:22 PDT 2016


This patch series enables the support for the VC4 graphics driver from Eric Anholt.
Add some configuration for building mesa, on raspberrypi, when VC4 is in use.

Signed-off-by: Herve Jourdain <herve.jourdain at neuf.fr>
---
 recipes-graphics/mesa/mesa_%.bbappend | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 recipes-graphics/mesa/mesa_%.bbappend

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
new file mode 100644
index 0000000..b182388
--- /dev/null
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -0,0 +1,4 @@
+PACKAGECONFIG_append_rpi = " gallium"
+GALLIUMDRIVERS_rpi = "vc4"
+DRIDRIVERS_rpi = ""
+
-- 
2.7.4




More information about the yocto mailing list