summaryrefslogtreecommitdiffstats
path: root/recipes/at91bootstrap
AgeCommit message (Collapse)Author
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-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-16at91bootstrap-2.13: Build ${AT91BOOTSTRAP_BOARD}Ulf Samuelsson
Previous version of at91bootstrap recipes provided a defconfig file. The new version assumes you have defined a variable * AT91BOOTSTRAP_BOARD This can be a list of boards allowing multiple configurations to be built. Example of use (in MACHINE configuration file): AT91BOOTSTRAP_BOARD = "at91sam9g20df at91sam9g20ek" Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
2010-01-15From: Ulf Samuelsson <ulf.samuelsson@atmel.com>Ulf Samuelsson
Add support for at91bootstrap-2.13. Fixes problem with stack, breaking all boards, compared to 2.13-rc[1-7] Updates kconfig to 2.6.32 More options to save code on SRAM constrained SAM9260. Builds for the following at91 chips. * afeb9260 * at91cap9adk * at91cap9stk * at91sam9g10ek, * at91sam9g20ek * at91sam9g45ek * at91sam9g45ekes * at91sam9rlek * at91sam9xeek * at91sam9m10ek * at91sam9260ek * at91sam9261ek * at91sam9263ek So far, it has only been downloaded and tested on the sam9g45ek (dataflash) Therefore it is only default for this chip. Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> ---
2009-05-17at91bootstrap_2.11: updated patch for AFEB9260 with thumb.Sergey Lapin
2009-05-17at91bootstrap: fixed machine name directorySergey Lapin
2009-05-16at91bootstrap: added v2.11Sergey Lapin
2009-05-16at91bootstrap: generalization of recipesSergey Lapin
2009-05-05at91sam9g20ek: use the dataflash configDmitry Eremin-Solenikov
The default config for at91sam9g20ek is for booting from dataflashcard. Use instead the config for booting from dataflash (at91sam9g20df). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-04-06Add recipe for at91bootstrap-2.10Ulf Samuelsson
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>