summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-12-19 22:53:48 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 15:56:39 +0100
commit8b776c7e1a23da4ba5a7a7ca688cc5b8d048e70a (patch)
tree387b59e4b11ece9cd8bfdb007bcb6fbaa968c0a8
parent4ea80cebb799f6356833488117cb6289590d1e35 (diff)
images: follow upstream name change of libopencl-imx
The package libopencl-mx6 has been renamed to libopencl-imx. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb2
-rw-r--r--recipes-images/images/angstrom-qt-x11-image.bb2
-rw-r--r--recipes-images/images/angstrom-qt5-x11-image.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb
index 1a59d5c..12e4009 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -220,7 +220,7 @@ IMAGE_INSTALL_append_tegra124m = " \
IMAGE_INSTALL_MX6QDL = " \
gpio-tool \
packagegroup-fsl-gpu-libs \
- libopencl-mx6 \
+ libopencl-imx \
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 889c1a8..28d9ca6 100644
--- a/recipes-images/images/angstrom-qt-x11-image.bb
+++ b/recipes-images/images/angstrom-qt-x11-image.bb
@@ -222,7 +222,7 @@ IMAGE_INSTALL_append_tegra124m = " \
"
IMAGE_INSTALL_MX6QDL = " \
packagegroup-fsl-gpu-libs \
- libopencl-mx6 \
+ libopencl-imx \
eglinfo-x11 \
"
IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}"
diff --git a/recipes-images/images/angstrom-qt5-x11-image.bb b/recipes-images/images/angstrom-qt5-x11-image.bb
index 0777f17..3f31763 100644
--- a/recipes-images/images/angstrom-qt5-x11-image.bb
+++ b/recipes-images/images/angstrom-qt5-x11-image.bb
@@ -200,7 +200,7 @@ IMAGE_INSTALL_append_tegra124m = " \
"
IMAGE_INSTALL_MX6QDL = " \
packagegroup-fsl-gpu-libs \
- libopencl-mx6 \
+ libopencl-imx \
eglinfo-x11 \
"
IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}"