Adjust FILE handling; ensure .conf parsing sets it.
[vuplus_bitbake] / bin / oe / parse / OEHandler.py
2004-04-12 Chris LarsonAdjust FILE handling; ensure .conf parsing sets it.
2004-04-01 Chris LarsonBUGFIX: fix an incorrect automatic merge from bk.
2004-04-01 Chris Larson.\b\b
2004-03-31 Chris LarsonImprove performance by cutting down duplication expansions.
2004-03-31 Chris LarsonMove some variable sets out of the parser, add support...
2004-03-28 Chris LarsonAdd commented set of the export flag on some vars,...
2004-03-28 Michael 'Mickey... support 'fakeroot' attribute for functions
2004-03-15 Chris LarsonUpdate the way we execute python functions, so on failu...
2004-01-26 Chris LarsonReplacing B.has_key(A) calls with A in B.
2004-01-24 Gerald BrittonAuto merged
2004-01-24 Chris LarsonMove compile of 'word' regex to the module scope.
2004-01-24 Chris LarsonFirst pass of improvements to the data handling to...
2004-01-23 Chris LarsonRevamp task handling to accomidate a change to oemake...
2004-01-23 Chris LarsonMove task setup from oebuild into the .oe parser.
2004-01-02 Chris LarsonAdaptations to pass the metadata into localpath functio...
2003-10-23 Chris LarsonBUGFIX: the inheritance cache wasnt local to a given...
2003-10-15 Chris Larson(no commit message)
2003-10-14 Chris LarsonRevamp the way we handle set of PN/PV/PR from filename...
2003-10-02 Chris LarsonMake use of the 'include' variable to decide when to...
2003-09-28 Gerald Brittonfix inheriting from OS environment in includes, cleanup...
2003-09-23 Chris LarsonAllow variable references within the key of a variable...
2003-09-16 Chris LarsonPass 'dirs' param in the reverse directly at export_fun...
2003-09-12 Chris LarsonAllow PN-PV files dir
2003-09-08 Chris LarsonBUGFIX: the set_additional_vars was called before updat...
2003-09-04 Chris Larson(no commit message)
2003-07-28 Chris LarsonBUGFIX: vars_from_fn handling in the case of a filename...
2003-07-28 Chris LarsonRevamp bits of the variable set from filename
2003-07-25 Chris LarsonComplete a few TODO items for functionality in an upstr...
2003-07-09 Chris LarsonMove .oe/.conf obtaining into the handler rather than...
2003-07-07 Chris Larson(no commit message)
2003-07-03 Chris LarsonBUGFIX: make INHERIT work.
2003-07-02 Chris LarsonBUGFIX: oedir vs topdir was breaking filesdir
2003-06-30 Chris LarsonBUGFIXES: we didnt reset some flags on certain pieces...
2003-06-30 Chris LarsonCall update_data() in the .oe handler.
2003-06-27 Chris LarsonImplement an inheritence cache.
2003-06-27 Chris LarsonChanging the behaviors of include and inherit wrt non...
2003-06-27 Chris LarsonBUGFIX: D var was being hosed.
2003-06-26 Chris LarsonCorrect the intermix of flags amongst EXPORT_FUNCTION...
2003-06-26 Chris LarsonEnhancements all around, rework of the python function...
2003-06-26 Chris Larson(no commit message)
2003-06-26 Chris LarsonMajor bugfix in the oehandler's set_automatic_vars...
2003-06-23 Chris LarsonBUGFIX: lists dont have a prepend method :)
2003-06-20 Chris LarsonBUGFIXES: 1) import fatal from oe, 2) set automatic...
2003-06-18 Chris LarsonMove set_additional_vars into the new parsers.
2003-06-17 Chris LarsonCorrection to the parsers re: whitespace.
2003-06-17 Chris LarsonAdd 'addhandler' command for specifying a user defined...
2003-06-16 Chris LarsonPull the init function from ConfHandler into OEHandler...
2003-06-14 Chris LarsonAdding recent .oe parser enhancements back into the...
2003-06-14 Chris Larson(no commit message)