summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-10-16 10:36:54 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-29 21:51:17 +0100
commit784eb5e3773298f11d846b35a728b057eaef7dd1 (patch)
tree32063df3bedcb1a41796e96115119af7d858736e
parenta8a7f0023ee134e2115c5c8b36904e763eb64fba (diff)
Revert "angstrom-lxde-image: use udisks only for automount"
This reverts commit a1040ca051f6c66bc5205502a462d55490653360. http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-core/systemd/systemd_219.bb?h=fido&id=0cd5a0d5445ff95a8ef4abe24fef705957935e81 fixes the automount issues we have during boot. So revert the patch which completely disabled the feature. This (re)introduces the issue that removable media attached during runtime does get mounted with dbus / udisk in a different fashion. But the fact that media connected at boot is actually mounted before the system reaches its running state and that automount works when one disables the start of the display manager outweights this.
-rw-r--r--recipes/images/angstrom-lxde-image.bb2
-rw-r--r--recipes/images/trdx-extra.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index 8cba09d..6890f00 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -144,7 +144,7 @@ IMAGE_INSTALL += " \
zeroconf \
angstrom-packagegroup-boot \
packagegroup-basic \
- udisks \
+ udev-extra-rules \
${CONMANPKGS} \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 5b039ad..369819c 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -110,6 +110,7 @@ IMAGE_INSTALL += " \
ldd \
lsof \
mtd-utils \
+ udisks \
dosfstools \
util-linux-fstrim \
\