summaryrefslogtreecommitdiff
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
commit5c41a29166afce70929932f86507d200d064c7e9 (patch)
tree443632dfe9235422bff9079ed1b1d0b4c7f74285
parentf117ccac3271d5e70af6f26bb3e313efe2511d0d (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.
-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