aboutsummaryrefslogtreecommitdiffstats
path: root/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
AgeCommit message (Collapse)Author
2016-09-08glmark2: Refactor code to use the new overridesOtavio Salvador
The recipe has been reworked to use the 'imxgpu2d' and 'imxgpu3d' feature overrides, while on that, the '_remove' operator usage has been removed as it is impossible to override using a bbappend file. Change-Id: I89d4a4d461b182ad3d7ca8ed8ebbfe2183caf467 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-28glmark2: Add XWayland supportTom Hochstein
If DISTRO_FEATURES contains x11 and wayland, configure the package for a Wayland backend. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-07-28glmark2: Don't include OpenGL ES 2.0 support for Wayland backend on i.MX ↵Tom Hochstein
6SoloLite The i.MX 6SoloLite has no 3D support, so don't build glmark2 with OpenGL ES 2.0 support. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-09-18glmark2: Rework PACKAGECONFIG to properly handle all i.MX6 SoCsOtavio Salvador
The PACKAGECONFIG is now overriden, so we avoid getting broken in case changes on meta-oe are commited. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-08-27glmark: Drop drm-gl support for all i.MX6 SoCs with GPUOtavio Salvador
The linking against GL is failing so we need to remove this support as an intermediate solution. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28glmark2: Handle PACKAGECONFIG for X11 and WaylandOtavio Salvador
This handles the PACKAGECONFIG setting depending on the DISTRO_FEATURES avaiability (X11 or Wayland). It adds GL and GLES2 support for the available flavours. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-25glmark2: Move .bbappend to openembedded-layer collectionJacob Kroon
The glmark2 recipe lives in meta-oe, so move it to the proper collection directory. This makes it possible to again use meta-fsl-arm without having meta-oe layer included. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>