29 Commits

Author SHA1 Message Date
Rudi Heitbaum
97b1fc41ef mtools: update to 4.0.42
ann:
- https://lists.gnu.org/archive/html/info-mtools/2022-10/msg00000.html
2022-10-29 03:20:49 +00:00
Rudi Heitbaum
30dcea156a mtools: update to 4.0.41 2022-09-24 10:28:17 +00:00
Rudi Heitbaum
e7d6512c2a mtools: update to 4.0.40 2022-06-08 12:52:02 +00:00
Rudi Heitbaum
186b712395 mtools: update to 4.0.39 2022-04-15 06:47:36 +00:00
Rudi Heitbaum
705589253d mtools: update to 4.0.38 2022-03-27 11:27:32 +00:00
heitbaum
6deffed349 mtools: update to 4.0.37
update 4.0.36 (2021-11-21) to 4.0.37 (2022-01-08)

Improvements since the 4.0.36 release are:
- Removed mclasserase commands, which doesn't fit the coding
  structure of the rest of mtools
- Add support to -i option to mcd
- Document -i flag in mtools.1
- Fix a missing command error in floppyd_io.c

announcement:
- https://lists.gnu.org/archive/html/info-mtools/2022-01/msg00000.html
2022-02-05 04:36:28 +00:00
Tomáš Kelemen (vudiq)
2aad136bc9
mtools: update to 4.0.36 2021-11-23 21:28:46 +01:00
heitbaum
8ef369eef7 mtools: update to 4.0.29 2021-09-11 23:21:26 +10:00
Ian Leonard
bd3b212848 tools: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:19 +00:00
heitbaum
3a8f80594c mtools: update to 4.0.26 2021-01-06 09:32:17 +00:00
Ian Leonard
0e761e7b01 mtools: update to 4.0.24
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-07-14 17:09:26 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00
MilhouseVH
2f33a218cd mtools: update to mtools-4.0.23 2019-06-07 08:49:07 +01:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
CvH
a4ec8951e0 cleanup: remove redundant PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
1690150728 spdx: packages/tools 2018-07-18 22:37:47 +02:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
cvh
2bbeec8418 change gnu.org download location 2016-09-14 10:55:52 +02:00
MilhouseVH
b27ace1c88 mtools: Fix creation of dot directories (. and ..) 2016-06-09 11:46:53 +01:00
Peter Vicman
83147370f8 mtools: removes installing of floppyd, manual and info
should fix occasional mtools installation problems few of us had
2016-04-28 12:01:15 +02:00
aluft
bcf13b8157 Add all mtools to toolchain directory
Look for mtools in toolchain/bin instead of toolchain/sbin

mattrib is used by syslinux.mtools during make image
When mattrib is absent, this error is observed:
make image

> image: installing extlinux to part1...
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.sys
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.c32
> image: copying files to part1...
2016-02-25 14:48:10 -05:00
aluft
70e279dddb Add all mtools during host install step.
Especially mattrib which is used by syslinux.mtools during make image

When absent, this error is observed:

make image

> image: installing extlinux to part1...
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.sys
> sh: mattrib: command not found
> syslinux.mtools: warning: failed to set system bit on ldlinux.c32
> image: copying files to part1...
2016-02-25 13:43:41 -05:00
Peter Vicman
3b75736931 scripts/mkimage: create disk image without sudo
Mtools is used to format and copy files to vfat partition.
Populatefs is used to copy files to ext4 partition.

Tested on imx6 with u-boot, Generic with BIOS and EFI boot.

To avoid messing around with ext4 partition we could also provide "empty" disk image file. Both partitions would be already formatted and storage partition would already contain resize file. Then mkimage script would only copy kernel, system, bootloader files and install bootloader.
But current approach is more flexible for future use.
2016-02-19 08:49:20 +01:00