summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
AgeCommit message (Expand)Author
2023-08-04bitbake: data_smart: directly check for methodpool functions in context lookupChristopher Larson
2023-08-04bitbake: data_smart: check for python builtins directly for context lookupChristopher Larson
2023-01-24bitbake: data_smart: Small optimisation to _findVar()Richard Purdie
2022-11-29bitbake: data_smart: Small cache reuse optimizationRichard Purdie
2022-11-29bitbake: data_smart: Use regex consistently for override matching张忠山
2022-11-27bitbake: data_smart: Add debugging for overrides stability issueRichard Purdie
2022-11-14bitbake: data/data_smart/build: Clean up datastore finalize/update_data refer...Richard Purdie
2022-11-10bitbake: data_smart: allow python snippets to include a dictionaryMark Asselstine
2022-03-18bitbake: data_smart: Avoid multiple getVarFlag callsRichard Purdie
2022-03-18bitbake: data_smart: Skip commonly accessed variables from variable data cont...Richard Purdie
2022-02-22bitbake: data_smart: Avoid exceptions for non string dataRichard Purdie
2022-02-21bitbake: lib/bb: fix exit when found renamed variablesMarta Rybczynska
2022-02-21bitbake: data_smart: Add support to BB_RENAMED_VARIABLES for custom stringsRichard Purdie
2022-02-21bitbake: data_smart: Allow rename mechanism to show full expressionsRichard Purdie
2022-02-21bitbake: bitbake: Rename allowed multiple provider variableScott Murray
2022-02-21bitbake: bitbake: Rename setscene enforce filtering variableScott Murray
2022-02-21bitbake: bitbake: Rename configuration hash filtering variableScott Murray
2022-02-21bitbake: bitbake: Rename environment filtering variablesScott Murray
2022-02-21bitbake: bitbake: Rename basehas and taskhash filtering variablesScott Murray
2022-02-21bitbake: data_smart/cookerdata: Add variable remapping supportRichard Purdie
2022-02-17bitbake: data_smart: Add hasOverrides method to public datastore APIRichard Purdie
2022-02-17bitbake: data_smart: Fix overrides file/line message additionsRichard Purdie
2021-11-26bitbake: data_smart.py: Skip old override syntax checking for anonymous funct...Robert Yang
2021-11-03bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-09-21bitbake: data_smart: Don't add None to ExpansionError varlistRichard Purdie
2021-09-17bitbake: bitbake: adjust parser error check for python 3.10 compatibilityAlexander Kanavin
2021-09-17bitbake: bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin
2021-09-11bitbake: data_smart: Improve error display for handled exceptionsRichard Purdie
2021-09-11bitbake: data_smart: Make ExpansionErrors more readableRichard Purdie
2021-08-04bitbake: data_smart: Fix inactive overide accidental variable value corruptionRichard Purdie
2021-08-02bitbake: bitbake: Switch to using new override syntaxRichard Purdie
2021-07-29bitbake: data_smart: Allow colon in variable expansion regexRichard Purdie
2021-07-20bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie
2020-12-19bitbake: data_smart: Ensure hash reflects vardepvalue flags correctlyRichard Purdie
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-04-24bitbake: data_smart: Handle hashing of datastores within datastores correctlyRichard Purdie
2020-03-24bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie
2020-03-24bitbake: data_smart: Don't pass unneeded datastoreRichard Purdie
2020-02-19bitbake: data: Don't allow renameVar calls with equivalent keysKyle Russell
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