diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-17 11:58:44 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-17 11:58:44 +0000 |
commit | 0253a4905487e26acff29e27ca41ac4d2d6cb134 (patch) | |
tree | 1ed78fb3f901295dc935e17710170d971c396110 /meta/packages | |
parent | a723b0fb0555cd9dcef15b2ca754882ae2d98fd3 (diff) | |
download | poky-0253a4905487e26acff29e27ca41ac4d2d6cb134.tar.gz |
udev: blacklist mtdblock devices - we mount them separate if needed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/udev/files/mount.blacklist | 3 | ||||
-rw-r--r-- | meta/packages/udev/udev_092.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/udev/files/mount.blacklist b/meta/packages/udev/files/mount.blacklist index 1e7340aa53..d3ebb17176 100644 --- a/meta/packages/udev/files/mount.blacklist +++ b/meta/packages/udev/files/mount.blacklist | |||
@@ -1,2 +1,3 @@ | |||
1 | /dev/loop | 1 | /dev/loop |
2 | /dev/ram \ No newline at end of file | 2 | /dev/ram |
3 | /dev/mtdblock | ||
diff --git a/meta/packages/udev/udev_092.bb b/meta/packages/udev/udev_092.bb index 6ba16fa539..b4e10254da 100644 --- a/meta/packages/udev/udev_092.bb +++ b/meta/packages/udev/udev_092.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod | |||
3 | the hotplug package and requires a kernel not older than 2.6.12." | 3 | the hotplug package and requires a kernel not older than 2.6.12." |
4 | RPROVIDES = "hotplug" | 4 | RPROVIDES = "hotplug" |
5 | 5 | ||
6 | PR = "r13" | 6 | PR = "r14" |
7 | 7 | ||
8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |
9 | file://noasmlinkage.patch;patch=1 \ | 9 | file://noasmlinkage.patch;patch=1 \ |