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