summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-06-28 17:50:10 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-06-30 17:48:03 +0200
commit52456a31a49ca9cfa19ba849cac3c55410d4e0a2 (patch)
treecde4dd6c0dd9fc41d4259a7d8e1b373dd8ab4bb9
parent70f12150774a9a80be2c50caf89a75b5ea127886 (diff)
angstrom-lxde-image: add packagegroup-snapd to emmc modules
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rw-r--r--recipes-images/images/angstrom-lxde-image.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-images/images/angstrom-lxde-image.bb b/recipes-images/images/angstrom-lxde-image.bb
index 8fe3011..4302a9f 100644
--- a/recipes-images/images/angstrom-lxde-image.bb
+++ b/recipes-images/images/angstrom-lxde-image.bb
@@ -158,6 +158,10 @@ IMAGE_INSTALL_append_tegra = " \
eglinfo-x11 \
xvinfo \
"
+IMAGE_INSTALL_append_tegra3 = " \
+ \
+ packagegroup-snapd \
+"
IMAGE_INSTALL_append_tegra124 = " \
gpio-tool \
gnome-disk-utility \
@@ -167,6 +171,8 @@ IMAGE_INSTALL_append_tegra124 = " \
mime-support \
tiff \
xvinfo \
+ \
+ packagegroup-snapd \
"
IMAGE_INSTALL_append_tegra124m = " \
gpio-tool \
@@ -177,6 +183,8 @@ IMAGE_INSTALL_append_tegra124m = " \
mime-support \
tiff \
xvinfo \
+ \
+ packagegroup-snapd \
"
IMAGE_INSTALL_append_mx6 = " \
gpio-tool \
@@ -185,6 +193,8 @@ IMAGE_INSTALL_append_mx6 = " \
gnome-disk-utility \
mime-support \
eglinfo-x11 \
+ \
+ packagegroup-snapd \
"
IMAGE_INSTALL_append_mx7 = " \
gpio-tool \