[oe-commits] [openembedded-core] 30/84: busybox/mdev.conf: Ignore eMMC RPMB and boot block devices

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 10:28:47 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f448a29d898fdd00ff840682fec30a7fc291fd7e
Author: Mike Looijmans <mike.looijmans at topic.nl>
AuthorDate: Tue Nov 1 14:30:56 2016 +0100

    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.
    
    Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/busybox/files/mdev.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/busybox/files/mdev.conf b/meta/recipes-core/busybox/files/mdev.conf
index 17e93da..4e9c23f 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
 tun[0-9]* 0:0 0660 =net/
 
 [hs]d[a-z][0-9]? 0:0 660 */etc/mdev/mdev-mount.sh
+mmcblk[0-9]rpmb 0:0 660
+mmcblk[0-9]boot[0-9] 0:0 660
 mmcblk[0-9].* 0:0 660 */etc/mdev/mdev-mount.sh

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list