summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ConfHandler.py: Add a hook for config parsingRichard Purdie2012-04-131-0/+11
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-151-1/+1
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-1/+1
* parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie2012-02-291-1/+1
* bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie2012-02-281-2/+1
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-232-9/+8
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-272-10/+10
* parse_py: Use absolute paths for FILERichard Purdie2011-11-182-2/+2
* 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
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* 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-102-11/+12
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3
* 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-042-6/+8
* bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie2010-08-311-2/+3
* 3.0 prepChris Larson2010-07-022-7/+10
* 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
* Move the unset BBPATH sanity check after the bblayers processingChris Larson2010-07-021-4/+1
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-022-4/+4
* Deprecate the usage of certain objects via certain modulesChris Larson2010-07-021-1/+1
* Drop __all__ usageChris Larson2010-07-021-2/+0
* Import fixupsChris Larson2010-07-022-4/+4
* Formatting cleanupsChris Larson2010-07-022-2/+2
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-021-1/+2
* Ensure we always utilize the correct messaging domainsChris 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
* Implement ??= operatorChris Larson2010-03-221-1/+1
* Re-getVar BBCLASSEXTEND after finalise()Chris Larson2010-03-221-3/+2
* Error early if BBPATH is unset, rather than falling back to share/bitbakeChris Larson2010-03-221-5/+1
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-152-4/+6
* 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-152-27/+36
* 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-152-24/+25
* bitbake: [parser] Move evaluating into the ast class...Holger Freyther2010-02-152-180/+16
* bitbake: BBHandler: pass lineno and fn to handleMethodKhem Raj2010-02-101-2/+2
* bitbake: parse_py/ConfHandler.py: missing colon after elseMartin Jansa2010-02-101-1/+1
* bitbake: ConfHandler: Fix require vs. include behaviourRichard Purdie2010-02-101-1/+4