aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/data.py
AgeCommit message (Expand)Author
2020-08-07data: emit filename/lineno information for shell functionsChris Laplante
2020-04-06data/siggen: Don't expand ignored variablesRichard Purdie
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2019-08-06build/utils: Drop bb.build.FuncFailedRichard Purdie
2019-08-06siggen: Clean up task reference formatsRichard Purdie
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-01-08data/siggen: Switch md5 -> sha256Richard Purdie
2018-12-01bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-10-17data/siggen: Extract task hash generation code into a functionRichard Purdie
2018-10-17bitbake: data: Ensure task checksums account for remove dataRichard Purdie
2018-10-17data/data_smart: Allow getVarFlag to return the variable parser objectRichard Purdie
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