raspberrypi4: enable v3d and dependencies in mesa 60/22460/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 20 Sep 2019 09:34:08 +0000 (11:34 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 20 Sep 2019 09:39:12 +0000 (11:39 +0200)
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>
meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend [new file with mode: 0644]

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 (file)
index 0000000..58aea6c
--- /dev/null
@@ -0,0 +1,2 @@
+# enable ludicrous speed for GFX on rpi4 
+PACKAGECONFIG_append_class-target = " v3d kmsro"