generic-poky/scripts/lib/wic/imager
Maciej Borzecki 052c67c845 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.

(From OE-Core rev: e2664f563921467fe38bb74f4dd2a41eb004ee9f)

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>
2014-12-25 08:18:13 +00:00
..
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
baseimager.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
direct.py wic: account for mmcblk device partition naming 2014-12-25 08:18:13 +00:00