summaryrefslogtreecommitdiff
path: root/recipes/images/angstrom-qt-x11-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-06-29 15:01:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:52:57 +0200
commit0cf15c7d5ca0a61559fb5ed3779aec7a0e01d14f (patch)
tree1290bfe12535ab764669409f93a2d8eacf21b487 /recipes/images/angstrom-qt-x11-image.bb
parent7baec4ac72b8575a4b246d9a5e4b1aeca68aef86 (diff)
images: i.mx 6 don't deploy gstreamer xvimagesink, xvinfo
The Vivante X driver does not support the X video extension. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes/images/angstrom-qt-x11-image.bb')
-rw-r--r--recipes/images/angstrom-qt-x11-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb
index b9d7160..628e754 100644
--- a/recipes/images/angstrom-qt-x11-image.bb
+++ b/recipes/images/angstrom-qt-x11-image.bb
@@ -93,7 +93,6 @@ GSTREAMER = " \
GSTREAMER_append_mx6 = " \
gstreamer1.0-plugins-base-ximagesink \
- gstreamer1.0-plugins-base-xvimagesink \
gstreamer1.0-plugins-imx \
gst1.0-fsl-plugin \
gst1.0-fsl-plugin-gplay \
@@ -192,12 +191,14 @@ IMAGE_INSTALL_QT4 = " \
IMAGE_INSTALL_append_tegra = " \
eglinfo-x11 \
+ xvinfo \
"
IMAGE_INSTALL_append_tegra124 = " \
eglinfo-x11 \
libglu \
mesa-glut \
tiff \
+ xvinfo \
"
IMAGE_INSTALL_append_mx6 = " \
packagegroup-fsl-tools-gpu \
@@ -211,7 +212,6 @@ IMAGE_INSTALL += " \
${IMAGE_INSTALL_QT4} \
\
xdg-utils \
- xvinfo \
\
initscripts \
libgsf \