From d4e21ecfb4ea487160095932b5e0a386f2265ea1 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 1 Feb 2018 20:35:04 +0100 Subject: angstrom-lxqt-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 Acked-by: Marcel Ziswiler --- recipes-images/images/angstrom-lxqt-image.bb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/recipes-images/images/angstrom-lxqt-image.bb b/recipes-images/images/angstrom-lxqt-image.bb index 49b3306..14fa760 100644 --- a/recipes-images/images/angstrom-lxqt-image.bb +++ b/recipes-images/images/angstrom-lxqt-image.bb @@ -178,10 +178,6 @@ IMAGE_INSTALL_append_tegra = " \ eglinfo-x11 \ xvinfo \ " -IMAGE_INSTALL_append_tegra3 = " \ - \ - packagegroup-snapd \ -" IMAGE_INSTALL_append_tegra124 = " \ libglu \ mesa-demos \ @@ -189,8 +185,6 @@ IMAGE_INSTALL_append_tegra124 = " \ mime-support \ tiff \ xvinfo \ - \ - packagegroup-snapd \ " IMAGE_INSTALL_append_tegra124m = " \ libglu \ @@ -199,15 +193,11 @@ IMAGE_INSTALL_append_tegra124m = " \ mime-support \ tiff \ xvinfo \ - \ - packagegroup-snapd \ " IMAGE_INSTALL_MX6QDL = " \ packagegroup-fsl-gpu-libs \ mime-support \ eglinfo-x11 \ - \ - packagegroup-snapd \ " IMAGE_INSTALL_append_mx6q = "${IMAGE_INSTALL_MX6QDL}" IMAGE_INSTALL_append_mx6dl = "${IMAGE_INSTALL_MX6QDL}" -- cgit v1.2.3