From: Jan-Simon Möller Date: Fri, 20 Sep 2019 09:34:08 +0000 (+0200) Subject: raspberrypi4: enable v3d and dependencies in mesa X-Git-Tag: 8.99.1~41 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=eb1bf77a7c96eb54ef5a5c11bc4a9bacc515a36a;hp=29524516a4aca63fcace01b521e863cbf01dbc61;p=AGL%2Fmeta-agl.git 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 --- 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"