aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse
AgeCommit message (Expand)Author
2012-05-25BBHandler: Tweak some data store access methods to the preferred syntaxRichard Purdie
2012-04-13ConfHandler.py: Add a hook for config parsingRichard Purdie
2012-03-15parse/ast: Expand inherit statements before splitting themRichard Purdie
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-02-29parse/ConfHandler: Fix enthusiatic export regexp matchingRichard Purdie
2012-02-28bitbake/ConfHandler: Be more strict about variable quotingRichard Purdie
2012-02-28bitbake: Added BBINCLUDED variable.Lianhao Lu
2012-02-23bitbake: add file and line number to ParseErrorPaul Eggleton
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-18parse_py: Use absolute paths for FILERichard Purdie
2011-10-11Fix typos in local.conf.sample and local.conf.sample.extendedRobert Yang
2011-08-31bitbake: Correctly handle multiline comments including whitespaceRichard Purdie
2011-07-25bitbake/ast: include class name when arguments given in variantPaul Eggleton
2011-07-21parse/ConfHandler: Fix multiline variable corruptionRichard Purdie
2011-07-05bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie
2011-06-28bitbake/ast: Add optional argument for BBCLASSEXTENDRichard Purdie
2011-06-28bitbake/ast: Call expandkeys after the RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-09bitbake/parse/ast: We always need to finalize the default data since otherwis...Richard Purdie
2011-06-09track skipped packagesPaul Eggleton
2011-06-07parse: pass a useful (if mangled) key to bb.data.expand for :=Chris Larson
2011-05-05bitbake/ast.py: Only run finalise() for the specified variantRichard Purdie
2011-02-23bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-02-22bitbake/BBHandler: Improve handling of multiline comments and warn users of t...Richard Purdie
2011-01-10BBHandler: remove bb.fetch referrenceYu Ke
2011-01-10parse: pass filename, lineno into the astChris Larson
2011-01-06parse.ast: drop __word__ regular expressionChris Larson
2011-01-06parse.ast: avoid code duplication for inheritChris Larson
2011-01-04ConfHandler: commentary typo fixesBernhard Reutner-Fischer
2011-01-04BBHandler: use basename directly in handler()Bernhard Reutner-Fischer
2011-01-04parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04parse: use bb.utils.whichChris Larson
2011-01-04BBHandler: use os.path in inherit()Bernhard Reutner-Fischer
2011-01-04BBHandler: simplify supports()Bernhard Reutner-Fischer
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-09-03bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie
2010-08-31bitbake/data.py: Add emit_func() and generate_dependencies() functionsRichard Purdie
2010-08-31bitbake/BBHandler: Save python functions into the dictonaryRichard Purdie
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-023.0 prepChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer
2010-07-02Make the file not found error actually useable.Chris Larson
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson