summaryrefslogtreecommitdiff
path: root/packages/linux/linux-amsdelta-2.6_2.6.16-omap2.bb
AgeCommit message (Collapse)AuthorFiles
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz1
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther1
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-31packages/linux: set some more COMPATIBLE_MACHINESKoen Kooi1
* maintainers: please add the appropriate ones to your recipes
2006-05-20base-files, linux-amsdelta-2.6, u-boot: Add support for Amstrad Delta (E3)Jonathan McDowell1
This adds support for the Amstrad E3 Videophone (codename Delta). This is an OMAP5910 based device with 32MB SDRAM, 32MB NAND flash and a 480x320 DSTN screen. Most of the work for this support is by David Ford <david.ford@hu.gs> with some minor cleanups by me.