summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
AgeCommit message (Expand)Author
2014-06-01bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie
2014-05-11bitbake: parse/ast: Show append logging at lower log levelRichard Purdie
2014-04-23bitbake: parse/ast: Optimise data finalisationRichard Purdie
2014-02-24bitbake: ast: Fix support for anonymous methods in wildcard .bbappend filesJacob Kroon
2013-12-18bitbake: build/ast: Create strong task add/del API in bb.buildRichard Purdie
2013-12-18bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie
2013-06-27bitbake: bitbake: python funcname can not include special character @Li Wang
2013-06-14bitbake: bitbake: Add event mask flag supportBogdan Marinescu
2013-05-24bitbake: methodpool: Retire it, remove global method scopeRichard Purdie
2013-01-18bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2012-12-11bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie
2012-08-23bitbake: ast: Store anonymous python function contents in the datstoreRichard Purdie
2012-08-23bitbake: ast: Extract text variable in PythonMethodNodeRichard Purdie
2012-08-23bitbake: ast: Rename PythonMethodNode define variable to modulenameRichard Purdie
2012-08-23bitbake: methodpool: Clean up the parsed module list handling to be slightly ...Richard Purdie
2012-08-22bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie
2012-07-19bitbake: bitbake: Warn upon finding tab indentation in python functionsRichard Purdie
2012-03-15parse/ast: Expand inherit statements before splitting themRichard 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-07-25bitbake/ast: include class name when arguments given in variantPaul Eggleton
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-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-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
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-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Rename the finalise method for consistencyChris Larson
2010-07-02Resurrect merged anonfunc executionChris Larson
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-25Implement BBVERSIONSChris Larson