summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-06-12 16:39:09 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-12 15:15:40 +0200
commite10ff4d2f038729f8731556162aadf220a401bde (patch)
tree72937f4a400b057d4786b91ea5f054d70f94629c
parent7783f1dcc331b8e72a30adeb6d736be1c5333b7e (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 \