]> code.ossystems Code Review - openembedded-core.git/commit
busybox: Fix mdev block device automounting
authorKhem Raj <raj.khem@gmail.com>
Wed, 21 Oct 2015 03:40:20 +0000 (20:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:13:55 +0000 (11:13 +0000)
commitd5279c49c881a9a8991fda67a70cd49756ac3a92
tree9610087515efe9fe51722ad17ee0db7b1adc9d44
parent3fd05ce1f709cbbd8fdeb1dbfdffbd39922eca6e
busybox: Fix mdev block device automounting

The directory ${MDEV_AUTOMOUNT_ROOT}/ which is '/run/media' may not
exist yet when the device is found, so lets use -p switch to mkdir cmd
so it create preceding parent dirs if needed.

Remove some bash specific constructs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/files/mdev-mount.sh