aboutsummaryrefslogtreecommitdiffstats
path: root/classes/flow-lossage.bbclass
AgeCommit message (Collapse)Author
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther
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
2004-12-29Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2004/12/29 16:25:52-06:00 ti.com!kergoth Change flow-lossage.bbclass to use an anonymous python function rather than :=. This avoids the immediate variable expansion, which had the potential to cause some unintended side effects, like 'CFLAGS' no longer matching 'TARGET_CFLAGS' in certain circumstances. BKrev: 41d32ef1mq97PRKDWN6QJ7BdVFyiFA
2004-12-07Merge oe-devel@oe-devel.bkbits.net:packages.bbChris Larson
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw