summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: data: Add missing dependency handling of remove operatorInsu Park2023-09-201-0/+1
* bitbake: data: Evaluate the value of export/unexport/network flagsRichard Purdie2023-02-171-5/+5
* bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisa...Richard Purdie2023-01-241-5/+10
* bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie2022-12-171-4/+11
* bitbake: data: Tweak code layoutRichard Purdie2022-12-081-25/+25
* bitbake: data: Drop obsolete pydoc/path codeRichard Purdie2022-11-291-5/+0
* bitbake: data/siggen: Switch to use frozensets and optimizeRichard Purdie2022-11-231-8/+6
* bitbake: data/data_smart/build: Clean up datastore finalize/update_data refer...Richard Purdie2022-11-141-7/+5
* bitbake: data: drop unused __expand_var_regexp__ and __expand_python_regexp__Mark Asselstine2022-11-101-4/+0
* bitbake: BBHandler/cooker: Implement recipe and global classesRichard Purdie2022-08-121-1/+1
* bitbake: data: Do not depend on vardepvalueexclude flagTomasz Dziendzielski2022-05-161-0/+2
* bitbake: data: Fix accidentally added parameterRichard Purdie2022-04-041-1/+1
* bitbake: data: Ensure vardepsexclude or BB_BASEHASH_IGNORE_VARS covers contai...Richard Purdie2022-04-031-9/+12
* bitbake: bitbake: Rename basehas and taskhash filtering variablesScott Murray2022-02-211-6/+6
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-031-12/+12
* bitbake: data: Ensure functions are defined in a deterministic orderRichard Purdie2021-10-031-1/+1
* bitbake: data: emit filename/lineno information for shell functionsChris Laplante2020-08-081-0/+6
* bitbake: data/siggen: Don't expand ignored variablesRichard Purdie2020-04-061-2/+2
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-1/+1
* bitbake: build/utils: Drop bb.build.FuncFailedRichard Purdie2019-08-061-1/+1
* bitbake: siggen: Clean up task reference formatsRichard Purdie2019-08-061-1/+1
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-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