generic-poky/scripts/lib/wic
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
..
3rdparty/pykickstart wic: Completely remove all urlgrabber references 2014-09-10 11:33:25 +01:00
imager wic: account for mmcblk device partition naming 2014-12-25 08:18:13 +00:00
kickstart scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
plugins wic: add globbing support in IMAGE_BOOT_FILES entries 2014-12-19 18:08:02 +00:00
utils scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
__init__.py wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00
__version__.py wic: Bump the version to 2.0 2014-08-11 10:53:12 +01:00
conf.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
creator.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
msger.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
plugin.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
pluginbase.py scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
test wic: Rename /mic to /wic 2014-08-11 10:53:12 +01:00