diff options
author | Herve Jourdain <herve.jourdain@neuf.fr> | 2016-07-21 20:32:15 +0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 16:51:25 +0100 |
commit | 6b4de2bb90f69b1bf6a9a73dab4c26a2017d0851 (patch) | |
tree | e5a41155f5876f802f8faf37befd895e47afe325 | |
parent | bee7643b6c0ad596a7af9f49479c393fb8e682c3 (diff) | |
download | meta-raspberrypi-6b4de2bb90f69b1bf6a9a73dab4c26a2017d0851.tar.gz |
mesa_%.bbappend: new file to add the correct configuration options to support vc4graphics
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
1 | PACKAGECONFIG_append_rpi = " gallium" | ||
2 | GALLIUMDRIVERS_rpi = "vc4" | ||
3 | DRIDRIVERS_rpi = "" | ||
4 | |||