]> code.ossystems Code Review - openembedded-core.git/commit
mtools: Patch out a useless sanity check
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 2 Jun 2016 10:49:32 +0000 (13:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Jun 2016 12:12:13 +0000 (13:12 +0100)
commit970cdbe26d9b6d0bd93325c8e734416e679010df
tree460abf4fedbce0f4313e8bd3daeff54d4b1f0a1d
parent523c99a2f12c20ce7bfa7755609f2c860dda6717
mtools: Patch out a useless sanity check

The sanity check is ensuring that filesystem size is divisible by
sectors-per-track. That seems to be just an optimization for ancient
media, and quite tricky to accomplish as different dosfstools versions
produce filesystems with different sectors-per-track.

Continue processing even if filesystem size is not divisible by
sectors-per-track.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/mtools/mtools/0001-Continue-even-if-fs-size-is-not-divisible-by-sectors.patch [new file with mode: 0644]
meta/recipes-devtools/mtools/mtools_3.9.9.bb
meta/recipes-devtools/mtools/mtools_4.0.18.bb