udev-extraconf: blacklist /dev/md

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

(From OE-Core rev: 07a2825c6f4ad3e5e3970cd1a89233bd795c68cf)

(From OE-Core rev: 8ea8e41ad7863f57a851f00154e133cd0e550ef8)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2011-11-08 12:29:24 -08:00 committed by Richard Purdie
parent 110d499544
commit cc19812fb4
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/dev/loop
/dev/ram
/dev/mtdblock
/dev/md

View 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"