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
commit302a8688c4497a7052557246759ab8a93dbb31fe (patch)
tree1c3aac358a18f6850501937f433501530f1a1be2 /recipes-graphics
parentec69f3590b481db7f36e03ba3175668bdaf71f7d (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