From 784eb5e3773298f11d846b35a728b057eaef7dd1 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 16 Oct 2015 10:36:54 +0200 Subject: 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. --- recipes/images/angstrom-lxde-image.bb | 2 +- recipes/images/trdx-extra.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') 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 \ \ -- cgit v1.2.3