summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-01-06 16:02:46 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:34 +0100
commit4fdc232ffff4420a4f1b519ac1f9c7fe7df6b55b (patch)
treece6b658b38b75d7341e79d4b4f04516a55b65060
parentb9ed416bfc37bd3a59e4f5a9a52d7bb286896e61 (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. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@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 21fed78..67246d7 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -189,7 +189,6 @@ IMAGE_INSTALL_append_tegra = " \
"
IMAGE_INSTALL_append_tegra3 = " \
\
- packagegroup-snapd \
"
IMAGE_INSTALL_append_tegra124 = " \
gpio-tool \
@@ -201,7 +200,6 @@ IMAGE_INSTALL_append_tegra124 = " \
tiff \
xvinfo \
\
- packagegroup-snapd \
"
IMAGE_INSTALL_append_tegra124m = " \
gpio-tool \
@@ -213,7 +211,6 @@ IMAGE_INSTALL_append_tegra124m = " \
tiff \
xvinfo \
\
- packagegroup-snapd \
"
IMAGE_INSTALL_MX6QDL = " \
gpio-tool \
@@ -223,7 +220,6 @@ IMAGE_INSTALL_MX6QDL = " \
mime-support \
eglinfo-x11 \
\
- packagegroup-snapd \
"
IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}"
IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}"