diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2016-11-01 14:30:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:33 +0000 |
commit | c31fde649fa428186386b4775f1106ae1a6e2527 (patch) | |
tree | ad4e42e9a42e1e51b144145790d0c0a849dbc0b6 /meta/recipes-core | |
parent | b18901d9bcecb4de703f1c2c6a1cd011bb21b88e (diff) | |
download | poky-c31fde649fa428186386b4775f1106ae1a6e2527.tar.gz |
busybox/mdev.conf: Ignore eMMC RPMB and boot block devices
eMMC devices may report block devices like "mmcblk0rpmb" and
"mmcblk0boot0". These are not actually block devices and any
read/write operation on them will fail. To prevent spamming error
messages attempting to mount them, just ignore these devices.
(From OE-Core rev: 9f4a85eb929f67420d9689d7dddadd120ed49843)
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/files/mdev.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/files/mdev.conf b/meta/recipes-core/busybox/files/mdev.conf index 17e93da7c3..4e9c23f14b 100644 --- a/meta/recipes-core/busybox/files/mdev.conf +++ b/meta/recipes-core/busybox/files/mdev.conf | |||
@@ -39,4 +39,6 @@ input/mouse.* 0:0 0660 | |||
39 | tun[0-9]* 0:0 0660 =net/ | 39 | tun[0-9]* 0:0 0660 =net/ |
40 | 40 | ||
41 | [hs]d[a-z][0-9]? 0:0 660 */etc/mdev/mdev-mount.sh | 41 | [hs]d[a-z][0-9]? 0:0 660 */etc/mdev/mdev-mount.sh |
42 | mmcblk[0-9]rpmb 0:0 660 | ||
43 | mmcblk[0-9]boot[0-9] 0:0 660 | ||
42 | mmcblk[0-9].* 0:0 660 */etc/mdev/mdev-mount.sh | 44 | mmcblk[0-9].* 0:0 660 */etc/mdev/mdev-mount.sh |