summaryrefslogtreecommitdiff
path: root/openembedded-layer/recipes-benchmark
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-12-01 15:32:35 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 12:03:36 +0100
commit13409623191e4150fc7db661a7238897d416cad0 (patch)
tree08ff5a04daee9cb29a610d1c29ce56f579f70ad6 /openembedded-layer/recipes-benchmark
parent19737c5b30b1c598e64b95a5df06453148136e16 (diff)
glmark2: fix comment, for tk1 we build a gles2 and a gl version
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'openembedded-layer/recipes-benchmark')
-rw-r--r--openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index 287ef0f..cc6d7e6 100644
--- a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -2,6 +2,6 @@
PACKAGECONFIG_tegra = "x11-gles2"
PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"
-# TK1: build it only for OpenGL ES on top of X11
+# TK1: build it only for OpenGL & OpenGL ES on top of X11
PACKAGECONFIG_tegra124 = "x11-gl x11-gles2"
PACKAGE_ARCH_tegra124 = "${MACHINE_ARCH}"