summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-benchmark/glmark2/glmark2_%.bbappend9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-benchmark/glmark2/glmark2_%.bbappend b/recipes-benchmark/glmark2/glmark2_%.bbappend
index 8aba30f..287ef0f 100644
--- a/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -1,2 +1,7 @@
-#build it only for OpenGL ES
-PACKAGECONFIG_tegra = "x11-gles2" \ No newline at end of file
+# T20/T30: build it only for OpenGL ES on top of X11
+PACKAGECONFIG_tegra = "x11-gles2"
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"
+
+# TK1: build it only for OpenGL ES on top of X11
+PACKAGECONFIG_tegra124 = "x11-gl x11-gles2"
+PACKAGE_ARCH_tegra124 = "${MACHINE_ARCH}"