summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill the unnecessary setVarFlag debugging messageChris Larson2010-07-021-1/+0
* parser: fix harmless typo in variable nameBernhard Reutner-Fischer2010-07-021-4/+4
* cache: use a set() for __dependsBernhard Reutner-Fischer2010-07-021-2/+2
* Make the file not found error actually useable.Chris Larson2010-07-021-3/+5
* 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-024-7/+7
* Deprecate the usage of certain objects via certain modulesChris Larson2010-07-021-1/+1
* Drop __all__ usageChris Larson2010-07-022-4/+0
* Import fixupsChris Larson2010-07-023-4/+5
* Formatting cleanupsChris Larson2010-07-023-3/+3
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-022-2/+4
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-1/+1
* Rename the finalise method for consistencyChris Larson2010-07-021-4/+4
* Resurrect merged anonfunc executionChris Larson2010-07-021-4/+9
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-07-021-30/+6
* Implement BBVERSIONSChris Larson2010-03-252-24/+116
* Fix issues with BBCLASSEXTEND set by anonymous python, and rename some variab...Chris Larson2010-03-221-14/+16
* Implement ??= operatorChris Larson2010-03-222-1/+12
* Re-getVar BBCLASSEXTEND after finalise()Chris Larson2010-03-221-3/+2