summaryrefslogtreecommitdiff
path: root/recipes/images/console-trdx-image.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-06-12 16:39:09 +0200
committerStefan Agner <stefan.agner@toradex.com>2015-06-12 16:42:38 +0200
commitae568dc9b001306a0723daccf3ea7912d94438ee (patch)
tree54445b43ea4fdc224432df4560277b03749bb98a /recipes/images/console-trdx-image.bb
parenta1040ca051f6c66bc5205502a462d55490653360 (diff)
console-trdx-image/*qt*-image: remove udev-extra-rules
Remove udev-extra-rules since the main functionality, automatic mounting using udev/mount.sh, does not work anymore. Systemd starts the udev daemon using mount namespaces, which leads to mounts not being visible outside of the udev processes scope. Hence the file system get mounted, but other then the udev process nobody can actually use them. To make mounting using udev/mount.sh work again, one needs to remove the MountFlags option in the systemd-udevd.service file (/lib/systemd/system/systemd-udevd.service). Another possible solution which might fit the needs of automouting is to use a systemd mount unit.
Diffstat (limited to 'recipes/images/console-trdx-image.bb')
-rw-r--r--recipes/images/console-trdx-image.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/images/console-trdx-image.bb b/recipes/images/console-trdx-image.bb
index 6cefcc5..25a7d76 100644
--- a/recipes/images/console-trdx-image.bb
+++ b/recipes/images/console-trdx-image.bb
@@ -50,7 +50,6 @@ IMAGE_INSTALL_X11 = ""
IMAGE_INSTALL += " \
angstrom-packagegroup-boot \
packagegroup-basic \
- udev-extra-rules \
${CONMANPKGS} \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \