diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2018-02-01 20:35:04 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-03-22 09:20:39 +0100 |
commit | d4e21ecfb4ea487160095932b5e0a386f2265ea1 (patch) | |
tree | a0649cedf2c8f3bed75e7f635281f4dcaff7b352 | |
parent | 4fdc232ffff4420a4f1b519ac1f9c7fe7df6b55b (diff) |
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 <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r-- | recipes-images/images/angstrom-lxqt-image.bb | 10 |
1 files changed, 0 insertions, 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}" |