generic-poky/scripts/lib
Maciej Borzecki 6b19a93f38 wic: fix extended/logical partition layout
The patch fixes an issue in laying out extended and logical partitions
by wic. The original code produced disk images in which the size 3rd
partition as described in MBR was incorrect. Depending on the type of
file system used for that partition and size of the partition, it would
be impossible to mount the partition correctly. For instance, kickstart
file in which the 3rd partition had size of 1GB and used ext4 fs, would
result in an image with an umountable partition. The root cause is
reservation of sectors for EBR through stealing of last sector from the
last primary partition.

(From OE-Core rev: a8b85f7878726503dbfa2e9ea86bd6fd961bf03b)

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-08 08:00:24 +00:00
..
bsp yocto-bsp: Add branch to SRC_URI for custom kernels 2015-02-07 13:34:00 +00:00
devtool scripts/devtool: Support deploy/undeploy function 2014-12-23 10:18:16 +00:00
image wic: Remove special-case bootimg_dir 2014-10-30 13:03:41 +00:00
recipetool recipetool: replace version in S value 2015-02-03 14:53:50 +00:00
wic wic: fix extended/logical partition layout 2015-02-08 08:00:24 +00:00
scriptpath.py scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
scriptutils.py scripts: add scriptutils module 2014-12-23 10:18:15 +00:00