summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/fatresize
Commit message (Collapse)AuthorAgeFilesLines
* fatresize: Fix build when 64bit time_t is enabledKhem Raj2022-12-312-2/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatresize: Disable building documentation filesKhem Raj2021-07-172-1/+30
| | | | | | | It needs docbook-to-man tool and we do not have native version of this recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatresize: upgrade 1.0.2 -> 1.1.0wangmy2021-07-161-3/+3
| | | | | | | | | | | | | | | | License_Update: Update license to GPLv3 version 1.1.0: - drop support for libparted older than 2.4 (#16) - introduce `-n, --partition` to set a partition number when dealing with file dumps, /dev/loop and /dev/ram devices (#15) - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion), add `-f, --force` option to not prompt (#13) - do not limit FAT32 usage on small partitions (#11) - update ChangeLog (#10) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatresize_1.0.2.bb: Add recipe for fatresize command line toolNathan Rossi2019-04-111-0/+15
The fatresize command line tool provides command line access to the libparted-fs-resize library implementation of the FAT partition resizing. This tool is useful for safely resizing FAT partitions which are commonly found as the boot partition on a variety of SoC targets (e.g. RaspberryPi). The Debian version of the source is used as the original upstream on SourceForge is no longer actively maintained. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>