summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc
Commit message (Collapse)AuthorAgeFilesLines
* ubi-utils-klibc_1.5.2: fix build for qemuarmAndrea Adami2018-02-116-405/+0
| | | | | | | | | | | | | | Building the recipe with TUNE_FEATURES = "aarch64" and TARGET_FPU = "" fails. See patch headers for more details. Patch sent upstream for master, here rebased for 1.5.2. Tested runtime on armv5. While there backport one more patch fixing warnings in libmtd.c and move the patches in their specific dir, preparing for v2.0.1. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ubi-utils-klibc: Update to 1.5.2 release of mtd-utilsKhem Raj2017-10-042-31/+16
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ubi-utils-klibc_1.5.1: initial commit of v. 1.5.1Andrea Adami2014-11-176-0/+420
| | | | | | NOTE: we track master upstream so we are some commits ahead v 1.5.1. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* ubi-utils-klibc_1.5.0: remove recipe and patchesAndrea Adami2014-11-175-128/+0
| | | | | | Next patch replaces with v. 1.5.1 and new/rebased patchset Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* ubi-utils-klibc: update to patched v. 1.5.0Andrea Adami2012-07-111-0/+17
| | | | | | | | | | | | * Fix build failing because of UBI_IOCSETPROP -> UBI_IOCSETVOLPROP renaming. * This patch follows the one in oe-core for mtd-utils_1.5.0 * which was staging an older version of the ubi-user.h header. * We need to match the renaming done in kernel 3.0 * http://lists.infradead.org/pipermail/linux-mtd/2011-March/ * 034419.html Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: more patch-cleaningsAndrea Adami2012-06-053-77/+15
| | | | | | | | * remove unnecessary patches after klibc upgrades * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: clean ubiformat patchAndrea Adami2012-05-241-13/+3
| | | | | | | | | * fixes have been committed in klibc for stdio and the additional * fflush is not necessary anymore (runtime tested pressing CTRL+D) * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: clean patchAndrea Adami2012-05-141-27/+0
| | | | | | | | * after klibc refactoring * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: add the remaining ubicrc32, ubinize, ubiformatAndrea Adami2012-05-104-14/+69
| | | | | | | | | | | | | | | * add more hacks to compile * binaries tested on Zaurus poodle/corgi (with patched kernel) * bump PR * NOTES * strange behavior wrt getopt for at least ubiformat: * you should pass the options first, i.e. * ubiformat -O 512 /dev/mtd3 *works* * ubiformat /dev/mtd3 -O 512 *fails* Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: initial commit of version 1.4.9Andrea Adami2012-04-304-0/+155
* Initially only ubiattach was targeted (for kexecboot project). * Based on klibc_1.5.25, will be revised once new klibc is out. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>