diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-19 14:25:26 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-19 14:30:53 +0100 |
commit | 33a15ddec7f3b19dec610f6b600fc0b5505a7a34 (patch) | |
tree | 2fcc7f746ef39a3dab04f0cc274a94278b5bae0a /recipes/udev | |
parent | 8e6fa2fa1482c2d99131e276e2c6a1b55cece259 (diff) |
udev: blacklist mmcblk mounting for SHR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/udev')
-rw-r--r-- | recipes/udev/files/shr/mount.blacklist | 4 | ||||
-rw-r--r-- | 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 0000000000..117ac9b861 --- /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 3b476a6cea..051d6d4893 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" |