]> code.ossystems Code Review - openembedded-core.git/commit
wic: account for mmcblk device partition naming
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>
Mon, 22 Dec 2014 14:28:02 +0000 (15:28 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Mar 2015 04:09:01 +0000 (01:09 -0300)
commit833cd5ad333e726da0b7c39ccf4d5de7925fcb67
tree256bd5cc445ee14fb6cc8f0eab216fe54cc45ede
parentf42c57b5a7b42f5a2e3bbfdc79de4adb937c6e5b
wic: account for mmcblk device partition naming

MMC block device partitions are named differently than other block
devices and use the scheme: mmcblk<devnum>p<partnum>, ex: mmcblk0p1,
mmcblk0p2. The current code generates incorrect parition names missing
'p' infix for fstab entries. The patch resolves this problem.

Change-Id: Ia2317275b92ec61c25b8798a71e398f572e5d39d
Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
scripts/lib/wic/imager/direct.py