summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-01-06 16:02:46 +0100
committerStefan Agner <stefan.agner@toradex.com>2018-04-30 14:23:49 +0200
commitd11928219289f21af4368c54d2e06675095b4473 (patch)
tree9106ab93a8742d4cc9e53338403ca071f498a18a
parentfc4e4940435a5f07d49ce99195c67618ef7a00b6 (diff)
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 <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb4
1 files changed, 0 insertions, 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}"