8 Commits

Author SHA1 Message Date
awiouy
c161126e01 decommission PKG_REV 2017-01-19 07:23:38 +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