diff options
Diffstat (limited to 'openembedded-layer/recipes-benchmark/glmark2')
-rw-r--r-- | openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend new file mode 100644 index 0000000..287ef0f --- /dev/null +++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend @@ -0,0 +1,7 @@ +# 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}" |