summaryrefslogtreecommitdiff
path: root/recipes-images/images
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-09 13:44:22 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-22 17:40:29 +0200
commitbaef3d4b306e499b4106947266d212fd1da3ef19 (patch)
tree28c5c9998b6a1ac60dd1c772259832f3b843df36 /recipes-images/images
parentfe0eebca749297345b22cbcd5a2349b535a916fe (diff)
images: remove eglinfo from image recipes
OE-core dropped eglinfo, thus remove it from our image recipes. aa36510ebe eglinfo: remove the recipe Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-images/images')
-rw-r--r--recipes-images/images/lxde-image.bb2
-rw-r--r--recipes-images/images/lxqt-image.bb1
-rw-r--r--recipes-images/images/qt5-x11-image.bb1
3 files changed, 0 insertions, 4 deletions
diff --git a/recipes-images/images/lxde-image.bb b/recipes-images/images/lxde-image.bb
index db4cc54..c744b10 100644
--- a/recipes-images/images/lxde-image.bb
+++ b/recipes-images/images/lxde-image.bb
@@ -158,8 +158,6 @@ IMAGE_INSTALL_MX6QDL = " \
libopencl-imx \
gnome-disk-utility \
mime-support \
- eglinfo-x11 \
- \
"
IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}"
IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}"
diff --git a/recipes-images/images/lxqt-image.bb b/recipes-images/images/lxqt-image.bb
index f6ddba8..c880232 100644
--- a/recipes-images/images/lxqt-image.bb
+++ b/recipes-images/images/lxqt-image.bb
@@ -140,7 +140,6 @@ IMAGE_INSTALL_append_tegra124m = " \
IMAGE_INSTALL_MX6QDL = " \
packagegroup-fsl-gpu-libs \
mime-support \
- eglinfo-x11 \
"
IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}"
IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}"
diff --git a/recipes-images/images/qt5-x11-image.bb b/recipes-images/images/qt5-x11-image.bb
index 2a93a8f..10fad96 100644
--- a/recipes-images/images/qt5-x11-image.bb
+++ b/recipes-images/images/qt5-x11-image.bb
@@ -158,7 +158,6 @@ IMAGE_INSTALL_append_tegra124m = " \
IMAGE_INSTALL_MX6QDL = " \
packagegroup-fsl-gpu-libs \
libopencl-imx \
- eglinfo-x11 \
"
IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}"
IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}"