aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-09-20 11:34:08 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-09-20 18:10:22 +0200
commit4859cb58f4de2b82ad126acf23b1178a22a50ac3 (patch)
treeaa34299a629ffd3e7dd57c3e935ccbf48635a46e /meta-agl-bsp
parent0bf6309c466853849c287db1100ccdad5985ed2b (diff)
raspberrypi4: enable v3d and dependencies in mesa
To enable the gfx acceleration, enable the necessary flags in mesa. Bug-AGL: SPEC-2656 Change-Id: I8bfb2f4034679f4703ddcb4bdb4c1363eee3d9d4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r--meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend
new file mode 100644
index 000000000..58aea6c05
--- /dev/null
+++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend
@@ -0,0 +1,2 @@
+# enable ludicrous speed for GFX on rpi4
+PACKAGECONFIG_append_class-target = " v3d kmsro"