summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
AgeCommit message (Expand)Author
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-21bitbake: bb.data_smart: only try to expand refs to valid variable namesChristopher Larson
2019-01-08bitbake: data/siggen: Switch md5 -> sha256Richard Purdie
2018-12-14bitbake: data_smart: Allow numeric characters in overridesRichard Purdie
2018-12-14bitbake: data_smart: Add missing regexp markupRichard Purdie
2018-11-19bitbake: data_smart: fix filename for compile()Robert Yang
2018-11-19bitbake: data_smart: Add original traceback to ExpansionErrorRobert Yang
2018-10-20bitbake: data_smart: Fix removal handling interaction issue with overridesRichard 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
2018-10-18bitbake: data_smart: Fix expand_cache and _remove operator interaction issuesRichard Purdie
2018-10-18bitbake: data_smart: Micro optimise _remove handlingRichard Purdie
2018-10-18bitbake: data: Fix whitespace on _remove operationsRichard Purdie
2018-10-18bitbake: data_smart: Preserve history when renaming variablesRichard Purdie
2017-05-18bitbake: data_smart: Don't cache/process capitalised overridesRichard Purdie
2017-04-12bitbake: data_smart: Ensure _remove operations on newly set variables are cle...Richard Purdie
2017-03-22bitbake: data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-22bitbake: tinfoil: fix override handling in remote datastoresPaul Eggleton
2017-02-15bitbake: lib: Drop now unneeded update_data callsRichard Purdie
2017-01-22bitbake: data_smart: Fix unneeded variable manipulationRichard Purdie
2016-12-14bitbake: data_smart: support serialisationPaul Eggleton
2016-12-14bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton
2016-12-14bitbake: data_smart: implement remote datastore functionalityPaul Eggleton
2016-12-14bitbake: data_smart: fix resetting of reference on variablehistoryPaul Eggleton
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_smart.py: don't reorder internal bitbake variables when calcula...Patrick Ohly
2016-11-23bitbake: data_smart: Default to expansion for getVar/getVarFlagsRichard Purdie
2016-06-13bitbake: data_smart/utils: Add 'd' to the context used for better_eval in pyt...Richard Purdie
2016-06-02bitbake: data_smart: Simplify ExpansionError exceptionRichard Purdie
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-06bitbake: bb.data_smart: use iter() for __len__Christopher Larson
2016-04-09bitbake: data_smart: Restrict expansion regexp to not include : charactersRichard Purdie
2016-02-18bitbake: data_smart: Drop default expand=False to getVarFlag [API change]Richard Purdie
2016-02-18bitbake: data_smart: Drop default expand=False to getVar [API change]Richard Purdie
2016-02-10bitbake: data_smart: Avoid expanding anonymous python functionsRichard Purdie
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-02-04bitbake: data_smart: Add missing expand parameter to getVar callRichard Purdie
2016-01-22bitbake: data_smart: Don't show exceptions for EOL literalsRichard Purdie
2015-11-16bitbake: data_smart: Only support lowercase OVERRIDESRichard Purdie
2015-09-18bitbake: data_smart: Ensure OVERRIDES dependencies account for contains()Richard Purdie
2015-09-18bitbake: data_smart: Correctly handle OVERRIDE values set using ??=Richard Purdie
2015-09-18bitbake: data_smart: When considering OVERRIDE dependencies, do so recursivelyRichard Purdie
2015-09-18bitbake: data_smart: Expand overrides cache recursivelyRichard Purdie
2015-09-18bitbake: data_smart: Separate out update_overridevars into separate functionRichard Purdie
2015-09-04bitbake: bb.data_smart: retain traceback from ExpansionErrorChristopher Larson
2015-08-19bitbake: bitbake-layers: fix mapping files to layersPaul Eggleton
2015-07-24bitbake: data_smart: Improve override history loggingRichard Purdie