summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-161-9/+9
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-05-161-2/+1
* bitbake: BBHandler/ast: Merge handMethod and handleMethodFlagsRichard Purdie2016-02-101-28/+15
* bitbake: parse/ast: Mark anonymous functions as python functionsRichard Purdie2016-02-041-2/+2
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-7/+7
* bitbake: ast: Add filename/lineno to mapped functionsRichard Purdie2016-01-061-0/+2
* bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...Richard Purdie2015-12-181-5/+11
* bitbake: build: delete tasks thoroughlyChristopher Larson2015-09-031-2/+1
* bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVarRichard Purdie2015-07-121-7/+7
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-11/+11
* bitbake: parse/ast: Fix issue if path contains '&'Pascal Bach2015-01-291-1/+1
* bitbake: ast: Add error when trying to use dash in sh function namesRichard Purdie2015-01-081-0/+2
* bitbake: data: rename defaultval to _defaultvalRoss Burton2014-12-031-1/+1
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-3/+3
* bitbake: parse/ast: Show append logging at lower log levelRichard Purdie2014-05-111-1/+1
* bitbake: parse/ast: Optimise data finalisationRichard Purdie2014-04-231-3/+5
* bitbake: ast: Fix support for anonymous methods in wildcard .bbappend filesJacob Kroon2014-02-241-1/+3
* bitbake: build/ast: Create strong task add/del API in bb.buildRichard Purdie2013-12-181-31/+2
* bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)Richard Purdie2013-12-181-1/+24
* bitbake: bitbake: python funcname can not include special character @Li Wang2013-06-271-1/+1
* bitbake: bitbake: Add event mask flag supportBogdan Marinescu2013-06-141-2/+1
* bitbake: methodpool: Retire it, remove global method scopeRichard Purdie2013-05-241-5/+3
* bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach2013-01-181-5/+25
* bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usageRichard Purdie2012-12-111-36/+27
* 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-231-1/+0
* 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
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-151-2/+2
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-281-0/+2
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-4/+4
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-50/+50
* bitbake/ast: include class name when arguments given in variantPaul Eggleton2011-07-251-6/+8
* 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
* parse: pass filename, lineno into the astChris Larson2011-01-101-49/+56
* parse.ast: drop __word__ regular expressionChris Larson2011-01-061-4/+3
* parse.ast: avoid code duplication for inheritChris Larson2011-01-061-6/+5
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-4/+8
* bitbake: Implement signaturesRichard Purdie2010-09-031-3/+3
* bitbake/ast: Ensure function definitions are always added to the dictonaryRichard Purdie2010-09-031-4/+4