[ptxdist] [PATCH] ptxdist: add cgdb command

2020-10-26 Thread Marian Cichy
cgdb is a curses-frontend for gdb with some visual conveniences for debugging. ptxdist already has a 'ptxdist gdb' command to invoke gdb with configured sysroot etc., and it would be nice to have when we can also use cgdb. Signed-off-by: Marian Cichy --- bin/ptxdist | 15 +++ 1 file

[ptxdist] [PATCH] glmark2: add patch to prefer 8bpc EGL configs from upstream

2020-10-26 Thread Lucas Stach
This is picked from the glmark2 git master branch. Without this patch glmark would go for the highest bpc EGL config supported by the EGL implementation, which is in many cass not displayable, breaking the DRM backend. Signed-off-by: Lucas Stach --- ...-RGBA-component-widths-larger-than-8.patch

[ptxdist] [PATCH] monit: version bump 5.26.0 -> 5.27.1

2020-10-26 Thread Alexander Dahl
Lots of bugfixes! Note: 5.27.0 had quite a lot of cross-compiling issues, those are solved by upstream with 5.27.1 now. Link: https://mmonit.com/monit/changes/ Signed-off-by: Alexander Dahl --- rules/monit.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git