Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | board: simplify atngw100 support | Thomas Petazzoni | 2010-12-16 | 73 | -4139/+0 |
| | | | | | | | | | | | | | | | | Minimize atngw100_defconfig, remove atngw100-base_defconfig, and remove the target skeleton and device table. Instead of having complete copies of new target skeletons (making them hard to maintain), we should just have a post-build script that adds/removes/tweaks the existing target skeleton. Moreover, most of the tweaks in this target skeleton were for specific packages, but the policy now is that board defconfig should just build a basic root filesystem with Busybox, and let the user select whichever set of packages (s)he wants. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | skeleton: fix atstk1005, ststk100x and atngw100 for POSIX compliance | Yann E. MORIN | 2010-09-30 | 1 | -3/+3 |
| | | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | target/device/Atmel: add /sys to target skeletons | Peter Korsgaard | 2008-10-18 | 1 | -0/+0 |
| | | | | Reported by John Schimandle | ||||
* | target_skeleton: mark empty directories with .empty files | Peter Korsgaard | 2008-03-30 | 18 | -0/+0 |
| | | | | | | | Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn). | ||||
* | updates and additions for avr32 arch | John Voltz | 2008-03-06 | 8 | -18/+54 |
| | |||||
* | Update NGW100 skeleton | Ulf Samuelsson | 2007-10-12 | 7 | -7/+74 |
| | |||||
* | Use correct board name for ngw100 | Ulf Samuelsson | 2007-09-20 | 1 | -2/+4 |
| | |||||
* | additional skeleton for AVR32 | Ulf Samuelsson | 2007-08-21 | 4 | -0/+70 |
| | |||||
* | Update atngw100 target skeleton | Ulf Samuelsson | 2007-08-17 | 20 | -71/+74 |
| | |||||
* | Add atngw100 target | Ulf Samuelsson | 2007-07-29 | 46 | -0/+3961 |