aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sdimage
Commit message (Collapse)AuthorAgeFilesLines
* tools/sdimage: Fix build with host Linux headers < 3.18Hauke Mehrtens2018-12-161-0/+13
| | | | | | | | The ufb tool needs the host UAPI Linux headers from kernel 3.18 or later, remove it for now as it is not used anyway. Fixes: 4bf5c4395b3 ("tools/sdimage: update to latest git version") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tools/sdimage: update to latest git versionMichael Heimpold2018-12-161-3/+3
| | | | | | | This includes code cleanups and fixes some portability issues, compiler warnings about printf arguments etc. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* imx-uuc: updated to latest git HEADKrystian Kozak2018-06-081-3/+3
| | | | | | | | | | 8e29d86 linuxrc: remove superfluous shebang line 12d2045 gitignore: remove Windows stuff 57d8969 Add travis hint 8edf4cc sdimage: use fsync before closing the device (fixes #1) d395b31 uuc: fix some compiler warnings Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
* treewide: clean up and unify PKG_VERSION for git based downloadsFelix Fietkau2016-12-221-6/+2
| | | | | | Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE Signed-off-by: Felix Fietkau <nbd@nbd.name>
* treewide: clean up download hashesFelix Fietkau2016-12-161-0/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* source: Switch to xz for packages and tools where possibleDaniel Engberg2016-10-061-1/+1
| | | | | | | | | | | * Change git packages to xz * Update mirror checksums in packages where they are used * Change a few source tarballs to xz if available upstream * Remove unused lines in packages we're touching, requested by jow- and blogic * We're relying more on xz-utils so add official mirror as primary source, master site as secondary. * Add SHA256 checksums to multiple git tarball packages Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools: add sdimage for mxsZoltan Herpai2015-09-211-0/+37
This tool is used for SD card generation on Freescale i.MX23/i.MX28 platforms. These CPU's ROM need a tiny header of front of a boot stream. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 47020