summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-06-12 16:28:53 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-12 15:15:40 +0200
commit7783f1dcc331b8e72a30adeb6d736be1c5333b7e (patch)
tree3223595a4d6d10cabe4a76b0281cf8f7dca1e597
parentc3ae856933bcbb9504ba8c16191e5a736858afde (diff)
angstrom-lxde-image: use udisks only for automount
Currently udisks and udev-extra-rules (which provides a udev based automount approach) are installed. Since the UI is prefering the D-Bus based udisks approach, remove udev-extra-rules in favor of udisks.
-rw-r--r--recipes/images/angstrom-lxde-image.bb2
-rw-r--r--recipes/images/trdx-extra.inc1
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index 875aafa..82d51b3 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -134,7 +134,7 @@ IMAGE_INSTALL += " \
zeroconf \
angstrom-packagegroup-boot \
packagegroup-basic \
- udev-extra-rules \
+ udisks \
${CONMANPKGS} \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 62ab8d6..360f1cc 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -139,7 +139,6 @@ IMAGE_INSTALL += " \
ldd \
lsof \
mtd-utils \
- udisks \
dosfstools \
util-linux-fstrim \
\