]> code.ossystems Code Review - openembedded-core.git/commit
init-install*: only pick root mmc devices
authorAwais Belal <awais_belal@mentor.com>
Wed, 10 Aug 2016 08:14:16 +0000 (13:14 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:31:13 +0000 (10:31 +0100)
commit4b4d80306de8d8a2e3a2d784890f34e4a0ecfcf0
tree73b2a3b3d2d9350ab760e0f2fa86cc17931af62a
parenteaa0dc21a5f058a39bd7867bd3cafdb3407abe36
init-install*: only pick root mmc devices

Some eMMC devices show special sub-devices such as mmcblk0boot0
etc. The installation script currently pick all of them up and
displays it to the user which makes some confusions because these
sub-devices are pretty small and complete installation including
rootfs won't be possible in most cases.
We simply now drop these sub-devices and only present the user
with the root of such mmc devices.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/initrdscripts/files/init-install-efi.sh
meta/recipes-core/initrdscripts/files/init-install.sh