summaryrefslogtreecommitdiff
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
commit240e9d08a597ab3c09ec2369d5ab6d1ce6b715b0 (patch)
treea26ffffd6e5f42d2d0160f59a28ad755b41c592b
parent2c52ea258fa477d7ce95e3509081ef09257d6654 (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.
-rw-r--r--recipes/images/angstrom-qt-x11-image.bb1
-rw-r--r--recipes/images/console-trdx-image.bb1
-rw-r--r--recipes/images/qt4e-demo-image.bb1
3 files changed, 0 insertions, 3 deletions
diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb
index 78d58a0..107af75 100644
--- a/recipes/images/angstrom-qt-x11-image.bb
+++ b/recipes/images/angstrom-qt-x11-image.bb
@@ -150,7 +150,6 @@ IMAGE_INSTALL += " \
zeroconf \
angstrom-packagegroup-boot \
packagegroup-basic \
- udev-extra-rules \
${CONMANPKGS} \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
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 \
diff --git a/recipes/images/qt4e-demo-image.bb b/recipes/images/qt4e-demo-image.bb
index 00d4dfa..d680aa5 100644
--- a/recipes/images/qt4e-demo-image.bb
+++ b/recipes/images/qt4e-demo-image.bb
@@ -53,7 +53,6 @@ IMAGE_INSTALL += " \
fbset \
angstrom-packagegroup-boot \
packagegroup-basic \
- udev-extra-rules \
${CONMANPKGS} \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \