mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
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. (From OE-Core rev: 970cdbe26d9b6d0bd93325c8e734416e679010df) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
309c0b6394
commit
48bc62378a
@@ -33,7 +33,9 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/mtools-${PV}.tar.gz
|
||||
file://mtools-makeinfo.patch \
|
||||
file://mtools.patch \
|
||||
file://no-x11.patch \
|
||||
file://fix-broken-lz.patch"
|
||||
file://fix-broken-lz.patch \
|
||||
file://0001-Continue-even-if-fs-size-is-not-divisible-by-sectors.patch \
|
||||
"
|
||||
|
||||
inherit autotools texinfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user