summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-04-03 12:43:02 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-03 12:43:02 +0200
commit3356981db88722712dc4ecf97ea9e4984e23e442 (patch)
tree4a915f7ad1d73aa5ba3ca659e3f3b2ff37f8cdb5 /recipes-graphics
parent058390c12f4a568874db785efbcb9a0d61f400f9 (diff)
gpu-viv-bin-mx6q: add bbappend for no samples
adds gpu-viv-bin-mx6q-libraries package which RDEPENDS only the libraries but not the samples.
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend
new file mode 100644
index 0000000..690f420
--- /dev/null
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend
@@ -0,0 +1,14 @@
+# meta package to pull in the libries, but not the (huge) samples
+PACKAGES =+ "gpu-viv-bin-mx6q-libraries "
+FILES_gpu-viv-bin-mx6q-libraries = ""
+ALLOW_EMPTY_gpu-viv-bin-mx6q-libraries = "1"
+RDEPENDS_gpu-viv-bin-mx6q-libraries = " \
+ libclc-mx6 \
+ libegl-mx6 \
+ libgles-mx6 \
+ libgles2-mx6 \
+ libglslc-mx6 \
+ libopencl-mx6 \
+ libopenvg-mx6 \
+ libvdk-mx6 \
+" \ No newline at end of file