summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/parse/parse_py
AgeCommit message (Expand)AuthorFiles
2010-07-023.0 prepChris Larson2
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer1
2010-07-02Don't try to expand non-string valuesChris Larson1
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2
2010-07-02Deprecate the usage of certain objects via certain modulesChris Larson1
2010-07-02Drop __all__ usageChris Larson1
2010-07-02Import fixupsChris Larson2
2010-07-02Formatting cleanupsChris Larson2
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson1
2010-03-25Implement BBVERSIONSChris Larson1
2010-03-22Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson1
2010-03-22Implement ??= operatorChris Larson1
2010-03-22Re-getVar BBCLASSEXTEND after finalise()Chris Larson1
2010-03-22Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson1
2010-02-15bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2
2010-02-15bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther1
2010-02-15bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther1
2010-02-15bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2
2010-02-15bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson1
2010-02-15bitbake: [parser] Add documentation about usage of this codeHolger Freyther1
2010-02-15bitbake: [parser] Move the finalise into the ast as wellHolger Freyther1
2010-02-15bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2
2010-02-15bitbake: [parser] Move evaluating into the ast class...Holger Freyther2
2010-02-10bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj1
2010-02-10bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa1
2010-02-10bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie1
2010-02-10bitbake: [parser] Move more stuff out the feederHolger Freyther1
2010-02-10bitbake: [parse] Move inherit handling to methodHolger Freyther1
2010-02-10bitbake: [parsers] Move out more functionsHolger Freyther1
2010-02-10bitbake: [parser] Move more stuff out to separate methods...Holger Freyther1
2010-02-10bitbake: [parser] Move the handling of a method to a functionHolger Freyther1
2010-02-10bitbake: [parse] Unify opening a file...Holger Freyther2
2010-02-10bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2
2009-12-18bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie1
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie1
2009-10-13bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie1
2009-10-13bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie1
2009-05-11bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie1
2009-01-02bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie1
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie1
2008-09-30bitbake/bitbake-dev: Sync with upstreamRichard Purdie1
2008-09-16ConfHandler.py: revert accidental commitRichard Purdie1
2008-09-16bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...Richard Purdie2
2008-06-12bitbake: apply r1075 from upstream to get postinsts working againMarcin Juszkiewicz1
2008-05-19bitbake: Sync with upstreamRichard Purdie1
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie1