[oe-commits] Martin Jansa : udev: blacklist mmcblk mounting for SHR

git version control git at git.openembedded.org
Fri Feb 19 13:31:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 33a15ddec7f3b19dec610f6b600fc0b5505a7a34
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=33a15ddec7f3b19dec610f6b600fc0b5505a7a34

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb 19 14:25:26 2010 +0100

udev: blacklist mmcblk mounting for SHR

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/udev/files/shr/mount.blacklist |    4 ++++
 recipes/udev/udev_151.bb               |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/udev/files/shr/mount.blacklist b/recipes/udev/files/shr/mount.blacklist
new file mode 100644
index 0000000..117ac9b
--- /dev/null
+++ b/recipes/udev/files/shr/mount.blacklist
@@ -0,0 +1,4 @@
+/dev/loop
+/dev/ram
+/dev/mtdblock
+/dev/mmcblk
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index 3b476a6..051d6d4 100644
--- a/recipes/udev/udev_151.bb
+++ b/recipes/udev/udev_151.bb
@@ -6,6 +6,8 @@ LICENSE = "GPL"
 # Untested
 DEFAULT_PREFERENCE = "-1"
 
+PR = "r1"
+
 # Needed for udev-extras
 DEPENDS = "gperf-native usbutils acl glib-2.0"
 





More information about the Openembedded-commits mailing list