diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-03 12:37:49 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-03 12:37:49 +0200 |
commit | c20a145eb79bf1095ef0400013ddf141323f74e5 (patch) | |
tree | f9c7aeaa3fb40446dfb2d18745a2734b23322b8a /recipes | |
parent | 506475c9c83583cb952bc25ce376478817c210f3 (diff) |
images: apalis-imx6: don't deploy vivante samples
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/angstrom-lxde-image.bb | 2 | ||||
-rw-r--r-- | recipes/images/angstrom-qt-x11-image.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index f5121f8..3d1bf90 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -121,7 +121,7 @@ GSTREAMER_mx6 = " \ gst-plugins-ugly-asf \ gst-plugins-gl \ gst-fsl-plugin \ - gpu-viv-bin-mx6q \ + gpu-viv-bin-mx6q-libraries \ " IMAGE_INSTALL += " \ diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb index c311e37..245a57c 100644 --- a/recipes/images/angstrom-qt-x11-image.bb +++ b/recipes/images/angstrom-qt-x11-image.bb @@ -114,7 +114,7 @@ GSTREAMER_mx6 = " \ gst-plugins-ugly-asf \ gst-plugins-gl \ gst-fsl-plugin \ - gpu-viv-bin-mx6q \ + gpu-viv-bin-mx6q-libraries \ " IMAGE_INSTALL_QT4 = " \ |