aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mtd
AgeCommit message (Collapse)Author
2010-12-11mtd-utils-native: remove DEFAULT_PREFERENCEMartin Jansa
* all native versions currently available had -1 (except 1 with angstrom override) so it should point to same version as before * 1.1.0 was sheduled to be enabled 33 months ago Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-25change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more optionsRoman Khimov
Originally approached with "package.bbclass: introduce KEEP_GNU_DEBUGLINK": http://patchwork.openembedded.org/patch/886/ Redone with a change from INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP which allows more options. By default it does exactly the same thing as is done today, strips the binary, but keeps the gnu.debuglink section. When set to "no", stripping is not done at all, when set to "full" the gnu.debuglink section is not re-added to the binary. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Chris Larson <chris_larson@mentor.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-24misc recipes: migrate from e2fsprogs-libs to util-linux-ng/e2fsprogsMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2010-02-07mtd-utils(-native): add v1.3.1Koen Kooi
* also convert mtd-utils(-native) to new-style staging * old-style ubifs commands have been removed in v1.3.1
2009-11-29mtd-utils.inc: flexible handling of ${mtd_utils} in do_stage and do_installMartin Dietze
* the include file relies on a given list of utils to be installed, but the list is not correct for all versions which include it * this revision adds a check for the existence of these files before trying to install/stage them
2009-11-10mtd: dropped 1.0.0(+git) versionsMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-11-10mtd-utils-tests: update to 1.2.0+gitMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-11-10mtd-utils: unify recipes, move mkfs.ubifs into separate packageMarcin Juszkiewicz
mtd-utils package do not depend on libraries other then libc and libgcc now (ubifs depends on lzo and e2fsprogs) Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-05-16mtd-utils-natice 1.2.0+git: raise default pref for angstromKoen Kooi
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>