aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
AgeCommit message (Expand)Author
2015-02-03bitbake: data_smart: split expanded removal values when handling _removeRoss Burton
2015-01-29bitbake: data_smart: Don't use mutable objects as default argsgenerated by cgit 1.2.3-korg (git 2.39.0) at 2024-06-20 01:50:30 +0000 tar'>Richard Purdie
2013-09-12bitbake: data_smart: Account for changes in append/prepend/remove in the conf...Richard Purdie
2013-09-06bitbake: data_smart: Move getVar expand cache handing to fix _remove operationsRichard Purdie
2013-08-28bitbake: data_smart: allow removal of multiple words at once with _removeChristopher Larson
2013-08-28bitbake: data_smart: use a split/filter/rejoin for _removeChristopher Larson
2013-08-26bitbake: data_smart: Add _remove operatorRichard Purdie
2013-06-21bitbake: data_smart: Fix bug with overrides and weak default valuesRichard Purdie
2013-06-21bitbake: data_smart: Ensure variable flags are accounted for in config data hashRichard Purdie
2013-05-03bitbake: data_smart.py: add some internal bitbake variables to configuration ...Laurentiu Palcu
2013-01-31bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu
2013-01-18bitbake: bitbake: data_smart.py and friends: Track variable historyPeter Seebach
2013-01-18bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach
2012-12-14bitbake: data_smart/BBHandler: Fix SkipParse exception handlingRichard Purdie
2012-12-03bitbake: data_smart: Improve get_hash to account for overrides and key expansionRichard Purdie
2012-09-27bitbake: lib/bb/data.py: improve output for expansion errorsPaul Eggleton
2012-08-22bitbake: data_smart: skip all interal (underscored) flags in getVarFlagsRoss Burton
2012-08-22bitbake: data-smart: rename the 'content' internal variable to '_content'Ross Burton
2012-08-03bitbake: data_smart: Fix unanchored regexp causing strange parsing issueRichard Purdie
2012-07-05bitbake: data_smart: Fix multiple override interaction with append and prepen...Richard Purdie
2012-05-30lib/bb/data_smart.py: don't report variable in ExpansionError if not setPaul Eggleton
2012-04-17data_smart: Improve the calculation of config hashDongxiao Xu
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2012-02-27data_smart.py: Uses BB_HASHCONFIG_WHITELIST to filter unnecessary variablesDongxiao Xu
2012-02-23cache: Use configuration's hash value to validate cacheDongxiao Xu
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-10data_smart: Add appendVar/prependVar functionsRichard Purdie
2011-11-10codeparser: silence non-literal warnings for vardepsChristopher Larson