aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
AgeCommit message (Expand)Author
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
2011-11-10codeparser: accept a name for better messagesChristopher Larson
2011-08-29data_smart.py: make use of expand cache in getVar()Dongxiao Xu
2011-07-05bitbake/ast: Fix ??= vs. ?= handlingRichard Purdie
2011-06-28bitbake/data_smart: Don't track overrides in deleted variable namesRichard Purdie
2011-06-28bitbake/data_smart: Don't export deleted/empty entries in the list of keysRichard Purdie
2011-06-28bitbake/data_smart: Optimise the data store iteratorRichard Purdie
2011-06-09bitbake/data_smart: Change overrides behaviour to remove expanded variables f...Richard Purdie
2011-06-01data_smart: Adding overrides of zero length is pointless so lets notRichard Purdie
2011-03-31More 'is' fixupsChris Larson
2011-02-23bitbake/data_smart: Improve Variable expansion error handlingRichard Purdie
2011-02-23bitbake/data_smart: Improve the way lazyassignment worksRichard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04Move LAYERDIR expansion hack into DataSmartChris Larson
2011-01-04build: use bb.process instead of os.systemChris Larson
2011-01-04Access metadata vars as locals in python snippetsChris Larson
2011-01-04Fix __getitem__ for DataSmartChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2011-01-04Make DataSmart inherit the MutableMapping ABCChris Larson
2010-12-14bitbake: add optional expansion to getVarFlag()Paul Eggleton
2010-12-07bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie
2010-12-07bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie
2010-08-31bitbake: Add codeparser for parsing shell and python functionsRichard Purdie
2010-08-31bitbake/data_smart.py: Allow the data expand function to keep track of refere...Richard Purdie
2010-07-02Revert "In expand, drop the unnecessary second regular expression match"Chris Larson
2010-07-02In expand, drop the unnecessary second regular expression matchChris Larson
2010-07-02Simplify _findVar a bitChris Larson
2010-07-02Fix major bug that slipped in when moving update_dataChris Larson
2010-07-02For ${@}, run str() on the resultChris Larson
2010-07-02Kill unnecessary usages of the types moduleChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Exception handling fixupsChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Move update_data into the DataSmart class as a finalize() methodChris Larson
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-07-02Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson
2010-07-02Two minor changes to the way python snippet expansion happensChris Larson
2010-03-25data_smart: be explicit about what we make available to eval'd python codeChris Larson