summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-11-17 18:01:59 +0100
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 16:16:53 -0800
commitd39c012ade30a1f9cd61598a65ed49a76e46e324 (patch)
tree25c94c9b2e0f438595f64d6c75d1455e055205e7
parentf83862592a23cb77ffb2d55a3fc261da4b48d8cd (diff)
images: use packagegroup-fsl-gpu-libs
The old solution with using packagegroup-fsl-tools-gpu with a bbappend to remove the big tools and examples needs more maintanance and makes it hard for someone who really wants the examples or tools in a image. So change to a new packagegroup to deploy the libraries. Also deploy OpenCL releated libraries seperately. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb3
-rw-r--r--recipes-images/images/angstrom-qt-x11-image.bb3
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb3
3 files changed, 6 insertions, 3 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb
index 9ccd844..ac59f21 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -179,7 +179,8 @@ IMAGE_INSTALL_append_tegra124 = " \
"
IMAGE_INSTALL_append_mx6 = " \
gpioconfig \
- packagegroup-fsl-tools-gpu \
+ packagegroup-fsl-gpu-libs \
+ libopencl-mx6 \
gnome-disk-utility \
mime-support \
eglinfo-x11 \
diff --git a/recipes-images/images/angstrom-qt-x11-image.bb b/recipes-images/images/angstrom-qt-x11-image.bb
index 78c27c0..d98d8d6 100644
--- a/recipes-images/images/angstrom-qt-x11-image.bb
+++ b/recipes-images/images/angstrom-qt-x11-image.bb
@@ -200,7 +200,8 @@ IMAGE_INSTALL_append_tegra124 = " \
xvinfo \
"
IMAGE_INSTALL_append_mx6 = " \
- packagegroup-fsl-tools-gpu \
+ packagegroup-fsl-gpu-libs \
+ libopencl-mx6 \
eglinfo-x11 \
"
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 4ed11a5..e814a76 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -173,7 +173,8 @@ IMAGE_INSTALL_append_tegra124 = " \
xvinfo \
"
IMAGE_INSTALL_append_mx6 = " \
- packagegroup-fsl-tools-gpu \
+ packagegroup-fsl-gpu-libs \
+ libopencl-mx6 \
eglinfo-x11 \
"