summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/BBHandler.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for...Richard Purdie2012-12-071-3/+2
* bitbake: BBHandler: Ensure parser state engine is correctly reset for new par...Richard Purdie2012-12-071-2/+3
* bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie2012-08-231-1/+1
* BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie2012-05-251-4/+4
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-151-1/+1
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-4/+2
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-1/+1
* parse_py: Use absolute paths for FILERichard Purdie2011-11-181-1/+1
* Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang2011-10-111-1/+0
* bitbake: Correctly handle multiline comments including whitespaceRichard Purdie2011-08-311-6/+6
* bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie2011-02-221-2/+11
* BBHandler: remove bb.fetch referrenceYu Ke2011-01-101-1/+1
* parse: pass filename, lineno into the astChris Larson2011-01-101-7/+8
* BBHandler: use basename directly in handler()Bernhard Reutner-Fischer2011-01-041-2/+2
* BBHandler: use os.path in inherit()Bernhard Reutner-Fischer2011-01-041-1/+1
* BBHandler: simplify supports()Bernhard Reutner-Fischer2011-01-041-1/+2
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-4/+5
* bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie2010-08-311-2/+3
* 3.0 prepChris Larson2010-07-021-4/+5
* parser: fix harmless typo in variable nameBernhard Reutner-Fischer2010-07-021-4/+4
* Don't try to expand non-string valuesChris Larson2010-07-021-1/+1
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-3/+3
* Deprecate the usage of certain objects via certain modulesChris Larson2010-07-021-1/+1
* Import fixupsChris Larson2010-07-021-3/+3
* Formatting cleanupsChris Larson2010-07-021-1/+1
* Implement BBVERSIONSChris Larson2010-03-251-24/+2
* Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson2010-03-221-14/+16
* Re-getVar BBCLASSEXTEND after finalise()Chris Larson2010-03-221-3/+2
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-151-3/+4
* bitbake: [parser] Cache parsed .inc and .bbclass files for a parse speedupHolger Freyther2010-02-151-14/+23
* bitbake: [parser] prepare to cache some .bbcclass and .inc filesHolger Freyther2010-02-151-11/+18
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-151-17/+22
* bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2010-02-151-21/+3
* bitbake: [parser] Add documentation about usage of this codeHolger Freyther2010-02-151-0/+1
* bitbake: [parser] Move the finalise into the ast as wellHolger Freyther2010-02-151-43/+2
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-151-15/+16
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-151-128/+11
* bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj2010-02-101-2/+2
* bitbake: [parse] Move inherit handling to methodHolger Freyther2010-02-101-4/+6
* bitbake: [parsers] Move out more functionsHolger Freyther2010-02-101-70/+78
* bitbake: [parser] Move more stuff out to separate methods...Holger Freyther2010-02-101-20/+25
* bitbake: [parser] Move the handling of a method to a functionHolger Freyther2010-02-101-11/+15
* bitbake: [parse] Unify opening a file...Holger Freyther2010-02-101-16/+2
* bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2010-02-101-4/+2
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-12/+20
* bitbake/BBHandler: Only add do_ prefix to tasks if its not already presentRichard Purdie2009-12-181-1/+2
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-1/+3
* bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie2009-10-131-12/+17
* bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie2009-10-131-7/+0
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-111-6/+0