From 2720ffc017879475b8aff98dcc02a72debd55207 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 24 Jun 2016 10:50:56 +0200 Subject: glmark2: tk1: build gles2 and gl for x11 while at it move both to machine arch to reduce rebuilds. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-benchmark/glmark2/glmark2_%.bbappend | 9 +++++++-- 1 file 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}" -- cgit v1.2.3