summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: data/siggen: Switch md5 -> sha256Richard Purdie2019-01-081-1/+1
* bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang2018-12-051-2/+0
* bitbake: data/siggen: Extract task hash generation code into a functionRichard Purdie2018-10-181-0/+38
* bitbake: bitbake: data: Ensure task checksums account for remove dataRichard Purdie2018-10-181-0/+12
* bitbake: data/data_smart: Allow getVarFlag to return the variable parser objectRichard Purdie2018-10-181-6/+5
* bitbake: data: Micro performance optimisation tweakRichard Purdie2017-07-081-1/+1
* bitbake: lib/bb/{data, siggen}: Don't warn on SkipRecipe exceptionsNathan Rossi2017-04-121-0/+2
* bitbake: lib/bb/data: fix dependency handling for contains and multiple valuesPaul Eggleton2017-04-051-4/+6
* bitbake: data/cooker: Sort output data shown by -eRichard Purdie2017-03-221-1/+1
* bitbake: data.py: sort exported variablesJuro Bystricky2017-03-221-1/+1
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-301-4/+4
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-9/+9
* bitbake: data: Drop deprecated old style bitbake APIRichard Purdie2016-11-231-53/+0
* bitbake: data: fix exception handling in exported_vars()Markus Lehtonen2016-11-041-3/+5
* bitbake: data: Fix handling of vardepvalueexcludeRichard Purdie2016-10-011-1/+1
* bitbake: Implement support for per-task exportsChristopher Larson2016-05-191-1/+3
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-1/+1
* bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson2016-05-061-2/+2
* bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie2016-02-101-3/+3
* bitbake: data: Don't expand python functions for variable dependenciesRichard Purdie2016-02-101-6/+6
* bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie2016-02-041-12/+12
* bitbake: data.py: avoid double newlines at the end of functions in emit_var()Andre McCurdy2016-01-301-0/+1
* bitbake: data: Drop misleading ExpansionError exceptionRichard Purdie2016-01-061-1/+2
* bitbake: data: Pass lineno/filename data from build_dependenciesRichard Purdie2016-01-061-2/+2
* bitbake: data_smart: Improve override history loggingRichard Purdie2015-07-241-1/+1
* bitbake: data: Clean up datastore accesses and True/False valuesRichard Purdie2015-07-241-20/+20
* bitbake: data: Add newline after the last export in emit_funcAndre McCurdy2015-07-241-1/+2
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-1/+1
* bitbake: data: Make expandKeys deterministicRichard Purdie2015-05-291-1/+1
* bitbake: data: Revert expandKeys warning moveRichard Purdie2015-05-291-6/+5
* bitbake: data: Clean up expandKeys None value handlingRichard Purdie2015-05-291-2/+2
* bitbake: data: Move warning code to the first loop for performanceRichard Purdie2015-05-261-5/+5
* bitbake: data: escape '$' in shell variable assignmentRichard Tollerton2014-12-181-0/+1
* bitbake: data: Handle BASH_FUNC shellshock implicationRichard Purdie2014-12-091-0/+7
* bitbake: build/data: Write out more complete python run filesRichard Purdie2014-08-281-0/+35
* bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.Robert P. J. Day2014-08-251-3/+3
* bitbake: data: add vardepvalueexclude varflagPaul Eggleton2014-03-061-1/+7
* bitbake: data: Account for pre/postfunc functions when calculating dependenciesRichard Purdie2014-02-041-2/+6
* bitbake: data: Ensure we add the contains keys in a particular orderRichard Purdie2013-12-091-2/+2
* bitbake: data/codeparser: Improve handling of contains functionsRichard Purdie2013-11-261-0/+18
* bitbake: data: Fix output inconsistencies for emit_varRichard Purdie2013-11-251-2/+2
* bitbake: data: Optimise flag exclusion list handlingRichard Purdie2013-09-171-5/+4
* bitbake: data: Optimise flag lookup in build_dependenciesRichard Purdie2013-09-171-2/+5
* bitbake: data: Optimise build_dependencies a littleRichard Purdie2013-09-171-11/+10
* bitbake: data: Cache an list of export variablesRichard Purdie2013-09-171-1/+1
* bitbake: data: Use direct iteration, not keys()Richard Purdie2013-09-171-2/+2
* bitbake: data: Be explicit in data_db checkRichard Purdie2013-09-171-1/+1
* bitbake: hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu2013-08-061-0/+4