Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
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
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
* maintainers: please add the appropriate ones to your recipes
|
|
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.
|