summaryrefslogtreecommitdiff
path: root/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-08-09 16:58:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 20:40:31 +0200
commit49e37bec0b7a8cef5ea1f4d63612ea7171096d91 (patch)
tree733cea74646d451f9dced8f3d5d0449d48834361 /openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
parentd39ef0deb859e3746647f8afd6e41e8d7ab46c23 (diff)
meta-openembedded layer bbappends
Move the appends on recipe's which are not in an essential required layer into a target layer specific directory and add them only if said layer is active in build/conf/bblayers.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend')
-rw-r--r--openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend7
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}"