mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
/dev/loop
|
/dev/loop
|
||||||
/dev/ram
|
/dev/ram
|
||||||
|
/dev/mtdblock
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
|
|||||||
the hotplug package and requires a kernel not older than 2.6.12."
|
the hotplug package and requires a kernel not older than 2.6.12."
|
||||||
RPROVIDES = "hotplug"
|
RPROVIDES = "hotplug"
|
||||||
|
|
||||||
PR = "r13"
|
PR = "r14"
|
||||||
|
|
||||||
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
||||||
file://noasmlinkage.patch;patch=1 \
|
file://noasmlinkage.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user