summaryrefslogtreecommitdiffstats
path: root/lib/bb/data_smart.py
AgeCommit message (Expand)Author
2010-12-29data_smart: track variable referencesRichard Purdie
2010-12-23data_smart: don't include functions in name lookupsChris Larson
2010-12-22data_smart: handle None values in expandVarrefsChris Larson
2010-12-17build: Add support for pre and postfuncs for tasksRichard Purdie
2010-12-17Move LAYERDIR expansion hack into DataSmartChris Larson
2010-12-15data_smart: add optional expansion to getVarFlag()Paul Eggleton
2010-12-08bitbake/data_smart: Refactor _append/_prepend code to remove duplicationRichard Purdie
2010-12-08bitbake/data_smart: Fix append/prepend/override ordering issueRichard Purdie
2010-10-05Access metadata vars as locals in python snippetsChris Larson
2010-10-05Fix __getitem__ for DataSmartChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-11Merge branch 'data'Chris Larson
2010-05-22Revert "In expand, drop the unnecessary second regular expression match"Chris Larson
2010-05-21In expand, drop the unnecessary second regular expression matchChris Larson
2010-04-21Simplify _findVar a bitChris Larson
2010-04-21Fix major bug that slipped in when moving update_dataChris Larson
2010-04-20For ${@}, run str() on the resultChris Larson
2010-04-16Make DataSmart inherit the MutableMapping ABCChris Larson
2010-04-12Kill unnecessary usages of the types moduleChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Exception handling fixupsChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Move update_data into the DataSmart class as a finalize() methodChris Larson
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-30Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson
2010-03-30Two minor changes to the way python snippet expansion happensChris Larson
2010-03-24data_smart: be explicit about what we make available to eval'd python codeChris Larson
2010-02-25Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-01-19data_smart.py: Fix error where update-rc.d would not get added to the depende...Richard Purdie
2009-04-21lib: remove use of 'sets' to make Python 2.6 happyMarcin Juszkiewicz
2008-09-30bin/bitbake: Add better environmental variable handling. By default it will n...Richard Purdie
2008-02-24data_smart: Fix getVarFlags bug in data_smartRichard Purdie
2007-08-16data_smart.py: Add has_key() check before accessing dataRichard Purdie
2007-08-15data/data_smart.py: Add data.renameVar()Richard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-25data_smart: Micro optimisation - search for "${" instead of "$"Richard Purdie
2006-10-03data_smart.py: Add expand_cache, caching expanded data (but wiped on any writ...Richard Purdie
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-05-04bitbake/lib/bb/data_smart.py: Double OVERRIDE expansion fixHolger Hans Peter Freyther
2006-04-29bb/data_smart.py:Richard Purdie
2006-04-28 bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther
2006-04-20bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther
2006-04-20bitbake/lib/bb:Holger Hans Peter Freyther
2006-04-16Revert r444 as it is giving errors with keys...Holger Hans Peter Freyther
2006-04-16bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther
2006-04-15bitbake/lib/bb/data.py:Holger Hans Peter Freyther
2006-04-15lib/bb/data_smart.py:Holger Hans Peter Freyther
2006-04-15bitbake/lib/bb/data.py:Richard Purdie
2006-04-15bitbake/lib/bb/data_smart.py:Holger Hans Peter Freyther