diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2015-06-12 16:28:53 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2015-06-12 16:28:53 +0200 |
commit | 2c52ea258fa477d7ce95e3509081ef09257d6654 (patch) | |
tree | c01327bb2bb1f6fc8b0c88810c3cb3d6231e121d | |
parent | 0df1a061ccad9e40aa7b76eed8318af68710c6d1 (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.bb | 2 | ||||
-rw-r--r-- | recipes/images/trdx-extra.inc | 1 |
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 \ \ |