diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-09-20 11:34:08 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-09-20 11:39:12 +0200 |
commit | eb1bf77a7c96eb54ef5a5c11bc4a9bacc515a36a (patch) | |
tree | 88b7f59855ea268fd581e864565db883f56c1b4c | |
parent | 29524516a4aca63fcace01b521e863cbf01dbc61 (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>
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend | 2 |
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" |