aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/data.py
AgeCommit message (Expand)Author
2017-07-07data: Micro performance optimisation tweakRichard Purdie
2017-04-12lib/bb/{data, siggen}: Don't warn on SkipRecipe exceptionsNathan Rossi
2017-04-05lib/bb/data: fix dependency handling for contains and multiple valuesPaul Eggleton
2017-03-21data/cooker: Sort output data shown by -eRichard Purdie
2017-03-21data.py: sort exported variablesJuro Bystricky
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23data: Drop deprecated old style bitbake APIRichard Purdie
2016-11-04data: fix exception handling in exported_vars()Markus Lehtonen
2016-09-30data: Fix handling of vardepvalueexcludeRichard Purdie
2016-05-17Implement support for per-task exportsChristopher Larson
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson
2016-02-10build/data: Don't expand python functions before execution [API change]Richard Purdie
2016-02-10data: Don't expand python functions for variable dependenciesRichard Purdie
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-29data.py: avoid double newlines at the end of functions in emit_var()Andre McCurdy
2016-01-05data: Drop misleading ExpansionError exceptionRichard Purdie
2016-01-05data: Pass lineno/filename data from build_dependenciesRichard Purdie
2015-07-24data_smart: Improve override history loggingRichard Purdie
2015-07-24data: Clean up datastore accesses and True/False valuesRichard Purdie
2015-07-23data: Add newline after the last export in emit_funcAndre McCurdy
2015-06-19bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-29data: Make expandKeys deterministicRichard Purdie
2015-05-26data: Revert expandKeys warning moveRichard Purdie
2015-05-26data: Clean up expandKeys None value handlingRichard Purdie
2015-05-25data: Move warning code to the first loop for performanceRichard Purdie
2014-12-18data: escape '$' in shell variable assignmentRichard Tollerton
2014-12-09data: Handle BASH_FUNC shellshock implicationRichard Purdie
2014-08-27build/data: Write out more complete python run filesRichard Purdie
2014-08-24lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-03-06data: add vardepvalueexclude varflagPaul Eggleton
2014-02-04data: Account for pre/postfunc functions when calculating dependenciesRichard Purdie
2013-12-09data: Ensure we add the contains keys in a particular orderRichard Purdie
2013-11-26data/codeparser: Improve handling of contains functionsRichard Purdie
2013-11-24data: Fix output inconsistencies for emit_varRichard Purdie
2013-09-17data: Optimise flag exclusion list handlingRichard Purdie
2013-09-17data: Optimise flag lookup in build_dependenciesRichard Purdie
2013-09-17data: Optimise build_dependencies a littleRichard Purdie
2013-09-17data: Cache an list of export variablesRichard Purdie
2013-09-17data: Use direct iteration, not keys()Richard Purdie
2013-09-17data: Be explicit in data_db checkRichard Purdie
2013-08-06hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu
2013-05-20data: Ensure dependencies of subfunctions are accounted forRichard Purdie
2013-04-15data: fix performance regressionPaul Eggleton
2013-04-10data.py: Add a warning when expandKeys overwrites an existing keyMark Hatle
2013-01-18bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18BBHandler/data: Standardise some setVar access formatsRichard Purdie
2012-12-17data: Ensure emit_func honours vardeps flagRichard Purdie
2012-12-11BBhandler/data: Fix __inherit_cache duplicationRichard Purdie