]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev-extraconf: blacklist /dev/md
authorSaul Wold <sgw@linux.intel.com>
Tue, 8 Nov 2011 20:29:24 +0000 (12:29 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Nov 2011 11:35:31 +0000 (11:35 +0000)
Do not mount /dev/md by default via udev, this resolved a problem
with the sanity test failing due to seeing the error while attempting
to mount /dev/md0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/udev/files/mount.blacklist
meta/recipes-core/udev/udev-extraconf_0.0.bb

index d3ebb17176b193b84c8a5bd5c37bb0c10ce7c825..7c7d9380025eb8a24e4fa23fe545470f84a91e56 100644 (file)
@@ -1,3 +1,4 @@
 /dev/loop
 /dev/ram
 /dev/mtdblock
+/dev/md
index e17d94435e9506cb2201214f496e38f7bb6d13b3..d0d0e8427633da2de68ad9a84a4d00cd151a3a44 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "Extra machine specific configuration files for udev, specifically
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "file://mount.blacklist \
            file://COPYING.GPL"