summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
AgeCommit message (Expand)Author
2020-08-08bitbake: data: emit filename/lineno information for shell functionsChris Laplante
2020-04-06bitbake: data/siggen: Don't expand ignored variablesRichard Purdie
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2019-08-06bitbake: build/utils: Drop bb.build.FuncFailedRichard Purdie
2019-08-06bitbake: siggen: Clean up task reference formatsRichard Purdie
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-01-08bitbake: data/siggen: Switch md5 -> sha256Richard Purdie
2018-12-05bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang
2018-10-18bitbake: data/siggen: Extract task hash generation code into a functionRichard Purdie
2018-10-18bitbake: bitbake: data: Ensure task checksums account for remove dataRichard Purdie
2018-10-18bitbake: data/data_smart: Allow getVarFlag to return the variable parser objectRichard Purdie
2017-07-08bitbake: data: Micro performance optimisation tweakRichard Purdie
2017-04-12bitbake: lib/bb/{data, siggen}: Don't warn on SkipRecipe exceptionsNathan Rossi
2017-04-05bitbake: lib/bb/data: fix dependency handling for contains and multiple valuesPaul Eggleton
2017-03-22bitbake: data/cooker: Sort output data shown by -eRichard Purdie
2017-03-22bitbake: data.py: sort exported variablesJuro Bystricky
2016-11-30bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-23bitbake: data: Drop deprecated old style bitbake APIRichard Purdie
2016-11-04bitbake: data: fix exception handling in exported_vars()Markus Lehtonen
2016-10-01bitbake: data: Fix handling of vardepvalueexcludeRichard Purdie
2016-05-19bitbake: Implement support for per-task exportsChristopher Larson
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson
2016-02-10bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie
2016-02-10bitbake: data: Don't expand python functions for variable dependenciesRichard Purdie
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-30bitbake: data.py: avoid double newlines at the end of functions in emit_var()Andre McCurdy
2016-01-06bitbake: data: Drop misleading ExpansionError exceptionRichard Purdie
2016-01-06bitbake: data: Pass lineno/filename data from build_dependenciesRichard Purdie
2015-07-24bitbake: data_smart: Improve override history loggingRichard Purdie
2015-07-24bitbake: data: Clean up datastore accesses and True/False valuesRichard Purdie
2015-07-24bitbake: data: Add newline after the last export in emit_funcAndre McCurdy
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-29bitbake: data: Make expandKeys deterministicRichard Purdie
2015-05-29bitbake: data: Revert expandKeys warning moveRichard Purdie
2015-05-29bitbake: data: Clean up expandKeys None value handlingRichard Purdie
2015-05-26bitbake: data: Move warning code to the first loop for performanceRichard Purdie
2014-12-18bitbake: data: escape '$' in shell variable assignmentRichard Tollerton
2014-12-09bitbake: data: Handle BASH_FUNC shellshock implicationRichard Purdie
2014-08-28bitbake: build/data: Write out more complete python run filesRichard Purdie
2014-08-25bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day
2014-03-06bitbake: data: add vardepvalueexclude varflagPaul Eggleton
2014-02-04bitbake: data: Account for pre/postfunc functions when calculating dependenciesRichard Purdie
2013-12-09bitbake: data: Ensure we add the contains keys in a particular orderRichard Purdie
2013-11-26bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie
2013-11-25bitbake: data: Fix output inconsistencies for emit_varRichard Purdie
2013-09-17bitbake: data: Optimise flag exclusion list handlingRichard Purdie