From d11928219289f21af4368c54d2e06675095b4473 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 6 Jan 2018 16:02:46 +0100 Subject: angstrom-lxde-image: remove snapd From feedback it looks like it is not widely used but it adds a lot to the final image as well as to build time as it relies on go and go-native. Furthermore, it seems that there is no maintained morty branch in the upstream layer and the current state does not build with newer glibc versions (e.g. 2.27 as used in Ubuntu 18.04). Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler Signed-off-by: Stefan Agner --- recipes-images/images/angstrom-lxde-image.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb index e8eadba..eaaaadd 100644 --- a/recipes-images/images/angstrom-lxde-image.bb +++ b/recipes-images/images/angstrom-lxde-image.bb @@ -197,7 +197,6 @@ IMAGE_INSTALL_append_tegra = " \ " IMAGE_INSTALL_append_tegra3 = " \ \ - packagegroup-snapd \ " IMAGE_INSTALL_append_tegra124 = " \ gpio-tool \ @@ -209,7 +208,6 @@ IMAGE_INSTALL_append_tegra124 = " \ tiff \ xvinfo \ \ - packagegroup-snapd \ " IMAGE_INSTALL_append_tegra124m = " \ gpio-tool \ @@ -221,7 +219,6 @@ IMAGE_INSTALL_append_tegra124m = " \ tiff \ xvinfo \ \ - packagegroup-snapd \ " IMAGE_INSTALL_MX6QDL = " \ gpio-tool \ @@ -231,7 +228,6 @@ IMAGE_INSTALL_MX6QDL = " \ mime-support \ eglinfo-x11 \ \ - packagegroup-snapd \ " IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" -- cgit v1.2.3