summaryrefslogtreecommitdiff
path: root/recipes/at91bootstrap/at91bootstrap_2.13.bb
AgeCommit message (Collapse)AuthorFiles
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
* 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 Samuelsson1
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 Samuelsson1
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> ---