summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie2012-08-231-0/+1
* bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie2012-08-231-2/+3
* bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie2012-08-231-6/+6
* bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie2012-08-232-2/+1
* bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie2012-08-221-1/+1
* bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie2012-07-191-2/+2
* 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-152-3/+3
* 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: Added BBINCLUDED variable.Lianhao Lu2012-02-282-0/+11
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-234-15/+25
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-274-63/+63
* 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
* bitbake/ast: include class name when arguments given in variantPaul Eggleton2011-07-251-6/+8
* parse/ConfHandler: Fix multiline variable corruptionRichard Purdie2011-07-211-1/+1
* bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie2011-07-051-2/+2
* bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie2011-06-281-3/+21
* bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie2011-06-281-2/+1
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-6/+9
* bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie2011-06-091-2/+1
* track skipped packagesPaul Eggleton2011-06-091-6/+6
* parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson2011-06-071-1/+1
* bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie2011-05-051-2/+6
* bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie2011-02-231-8/+0
* 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-103-60/+68
* parse.ast: drop __word__ regular expressionChris Larson2011-01-061-4/+3
* parse.ast: avoid code duplication for inheritChris Larson2011-01-061-6/+5
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3
* BBHandler: use basename directly in handler()Bernhard Reutner-Fischer2011-01-041-2/+2
* parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer2011-01-041-3/+4
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-4/+3
* parse: use bb.utils.whichChris Larson2011-01-041-1/+1
* 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-044-12/+23
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-291-2/+2
* bitbake: Implement signaturesRichard Purdie2010-09-032-3/+7
* bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie2010-09-031-4/+4
* bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie2010-08-311-0/+2
* bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie2010-08-312-5/+10
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-161-1/+5
* 3.0 prepChris Larson2010-07-023-7/+12
* Apply some 2to3 refactoringsChris Larson2010-07-021-6/+7