summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_py
AgeCommit message (Expand)Author
2010-11-15BBHandler: simplify supports()Bernhard Reutner-Fischer
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-06-213.0 prepChris Larson
2010-06-09parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-04-20Don't try to expand non-string valuesChris Larson
2010-04-14Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Deprecate the usage of certain objects via certain modulesChris Larson
2010-04-09Drop __all__ usageChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-03-23Implement BBVERSIONSChris Larson
2010-03-01Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson
2010-02-26Implement ??= operatorChris Larson
2010-02-23Re-getVar BBCLASSEXTEND after finalise()Chris Larson
2010-02-19Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson
2010-02-12[parser] Make resolve_file only resolve the pathHolger Freyther
2010-02-12[parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther
2010-02-12[parser] prepare to cache some .bbcclass and .inc filesHolger Freyther
2010-02-12[parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther
2010-02-12[parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson
2010-02-12[parser] Add documentation about usage of this codeHolger Freyther
2010-02-12[parser] Move the finalise into the ast as wellHolger Freyther
2010-02-12[parser] Cary a Statement Node through the parsingHolger Freyther
2010-02-12[parser] Move evaluating into the ast class...Holger Freyther
2010-01-26BBHandler: pass lineno and fn to handleMethodKhem Raj
2010-01-22parse_py/ConfHandler.py: missing colon after elseMartin Jansa
2010-01-21ConfHandler: Fix require vs. include behaviourRichard Purdie
2010-01-21[parser] Move more stuff out the feederHolger Freyther
2010-01-21[parse] Move inherit handling to methodHolger Freyther
2010-01-21[parsers] Move out more functionsHolger Freyther
2010-01-21[parser] Move more stuff out to separate methods...Holger Freyther
2010-01-21[parser] Move the handling of a method to a functionHolger Freyther
2010-01-21[parse] Unify opening a file...Holger Freyther
2010-01-21[parser] Kill obtain/localpath from the parserHolger Freyther
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2010-01-19BBHandler: Only add do_ prefix to tasks if its not already present (from Poky)Richard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-11-03BBHandler.py: Use exec_func, not exec_func_pythonRichard Purdie
2009-11-03Improve anonymous python function handling sp functions use the methodpool an...Richard Purdie
2009-10-17BBHandler: Drop unused internal __functions__ variableRichard Purdie
2009-09-14Add a RecipeParsed event, which can be used as an alternative to anonymous fu...Chris Larson
2009-07-29Initial switch from distutils to setuptools.Chris Larson
2009-06-19Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mu...Richard Purdie
2009-04-08Make the bbpath change for includes temporary rather than permanent.Chris Larson
2009-01-02BBHandler: Move handler finalisation code into a separate functionRichard Purdie
2008-09-30cooker.py: Add parseConfiguration() function and move inheritFromOS call outs...Richard Purdie
2008-06-10Revert the '-' character fix in class names since it breaks thingsRichard Purdie