From 7cc773c7cbc8a130e9b66f24b9023a74f6c71a90 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 21 Aug 2015 09:56:30 +0200 Subject: images: install eglinfo-x11 only in x11 based images --- recipes/images/angstrom-lxde-image.bb | 2 ++ recipes/images/angstrom-qt-x11-image.bb | 7 +++++++ recipes/images/trdx-extra.inc | 2 -- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index 09fd026..17f25ad 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -111,6 +111,7 @@ IMAGE_INSTALL_append_tegra = " \ tegrastats-gtk \ gnome-disk-utility \ mime-support \ + eglinfo-x11 \ " IMAGE_INSTALL_append_apalis-imx6 = " \ gpioconfig \ @@ -118,6 +119,7 @@ IMAGE_INSTALL_append_apalis-imx6 = " \ IMAGE_INSTALL_append_mx6 = " \ gnome-disk-utility \ mime-support \ + eglinfo-x11 \ " IMAGE_INSTALL_append_vf = " \ gpioconfig \ diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb index f561535..76498f7 100644 --- a/recipes/images/angstrom-qt-x11-image.bb +++ b/recipes/images/angstrom-qt-x11-image.bb @@ -134,6 +134,13 @@ IMAGE_INSTALL_QT4 = " \ icu \ " +IMAGE_INSTALL_append_tegra = " \ + eglinfo-x11 \ +" +IMAGE_INSTALL_append_mx6 = " \ + eglinfo-x11 \ +" + IMAGE_INSTALL += " \ ${IMAGE_INSTALL_QT4} \ \ diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 99573c3..73f8184 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -26,7 +26,6 @@ IMAGE_INSTALL_append_tegra = " \ curl \ file \ aspell \ - eglinfo-x11 \ kernel-modules \ " @@ -66,7 +65,6 @@ IMAGE_INSTALL_append_mx6 = " \ e2fsprogs-mke2fs \ e2fsprogs-tune2fs \ mimetypes \ - eglinfo-x11 \ " #note that the kernel-modules meta package gets installed from -- cgit v1.2.3