summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/imx6qsabresd.conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-03-31 10:15:32 +0300
committerEirik Aavitsland <eirik.aavitsland@theqtcompany.com>2015-06-19 11:07:23 +0300
commit43c3f03b7e9e1daf7ba408c704062a16c632a7da (patch)
tree57dbbe0502e712d09929513eb6b35b840f535078 /conf/distro/include/imx6qsabresd.conf
parent6bff46162db6cc701efa7fe8255fea81076b6b03 (diff)
downloadmeta-boot2qt-43c3f03b7e9e1daf7ba408c704062a16c632a7da.tar.gz
gstreamer: make gstreamer version a DISTRO_FEATURE
GStreamer version can now be changed using a DISTRO_FEATURE: 'gstreamer010' for GStreamer 0.10 and 'gstreamer' for GStreamer 1.0 This can also be used to remove all gstreamer packages from image and toolchain. Default version is still the old 0.10 Change-Id: I54b19962ccd0dfd2f71bb44e231bf5af43ccfab9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'conf/distro/include/imx6qsabresd.conf')
-rw-r--r--conf/distro/include/imx6qsabresd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/imx6qsabresd.conf b/conf/distro/include/imx6qsabresd.conf
index 74b22d3..c677500 100644
--- a/conf/distro/include/imx6qsabresd.conf
+++ b/conf/distro/include/imx6qsabresd.conf
@@ -40,7 +40,8 @@ MACHINE_EXTRA_INSTALL = "\
40 libgal-mx6 \ 40 libgal-mx6 \
41 libegl-mx6 \ 41 libegl-mx6 \
42 libgles2-mx6 \ 42 libgles2-mx6 \
43 gst-fsl-plugin \ 43 ${@base_contains("DISTRO_FEATURES", "gstreamer010", "gst-fsl-plugin", "", d)} \
44 ${@base_contains("DISTRO_FEATURES", "gstreamer", "gstreamer1.0-plugins-imx-meta", "", d)} \
44 libopencv-core \ 45 libopencv-core \
45 libopencv-imgproc \ 46 libopencv-imgproc \
46 libopencv-objdetect \ 47 libopencv-objdetect \