]> code.ossystems Code Review - openembedded-core.git/commit
image-live, image-vm, wic: Remove fs size workaround
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 2 Jun 2016 10:49:33 +0000 (13:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Jun 2016 12:12:14 +0000 (13:12 +0100)
commit334e32af88b310ff1ed950d127a6dedeb460f8d0
tree27417f776350f29cec2bf50559abcfcafa7dcbc6
parent970cdbe26d9b6d0bd93325c8e734416e679010df
image-live, image-vm, wic: Remove fs size workaround

Since mtools has been patched to live with filesystems with sizes
not divisible by sectors-per-track, we no longer need to try to
set the size based on our guess of the sectors-per-track dosfstools is
going to use.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-live.bbclass
meta/classes/image-vm.bbclass
scripts/lib/wic/partition.py
scripts/lib/wic/plugins/source/bootimg-efi.py
scripts/lib/wic/plugins/source/bootimg-pcbios.py
scripts/lib/wic/plugins/source/isoimage-isohybrid.py