From d39c012ade30a1f9cd61598a65ed49a76e46e324 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 17 Nov 2016 18:01:59 +0100 Subject: 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 Acked-by: Stefan Agner --- recipes-images/images/angstrom-lxde-image.bb | 3 ++- recipes-images/images/angstrom-qt-x11-image.bb | 3 ++- recipes-images/images/angstrom-qt5-x11-image.bb | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'recipes-images') 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 \ " -- cgit v1.2.3