summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-08 12:29:24 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:16 +0000
commitcc19812fb4255227091852512101f77825ad3ef8 (patch)
tree9f7a8db72fb79ab07c4f0844019a2d4d66b5d7cd /meta/recipes-core
parent110d4995448a64cc288dc1c9af58d8b4e1bf915a (diff)
downloadpoky-cc19812fb4255227091852512101f77825ad3ef8.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/udev/files/mount.blacklist1
-rw-r--r--meta/recipes-core/udev/udev-extraconf_0.0.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/files/mount.blacklist b/meta/recipes-core/udev/files/mount.blacklist
index d3ebb17176..7c7d938002 100644
--- a/meta/recipes-core/udev/files/mount.blacklist
+++ b/meta/recipes-core/udev/files/mount.blacklist
@@ -1,3 +1,4 @@
1/dev/loop 1/dev/loop
2/dev/ram 2/dev/ram
3/dev/mtdblock 3/dev/mtdblock
4/dev/md
diff --git a/meta/recipes-core/udev/udev-extraconf_0.0.bb b/meta/recipes-core/udev/udev-extraconf_0.0.bb
index e17d94435e..d0d0e84276 100644
--- a/meta/recipes-core/udev/udev-extraconf_0.0.bb
+++ b/meta/recipes-core/udev/udev-extraconf_0.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Extra machine specific configuration files for udev, specifically
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
5 5
6PR = "r1" 6PR = "r2"
7 7
8SRC_URI = "file://mount.blacklist \ 8SRC_URI = "file://mount.blacklist \
9 file://COPYING.GPL" 9 file://COPYING.GPL"