aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
AgeCommit message (Expand)Author
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
2010-03-22Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2009-12-16bitbake/data_smart.py: Fix error where update-rc.d would not get added to the...Richard Purdie
2009-05-12bitbake: Update to work without warnings with python 2.6Richard Purdie
2008-09-30bitbake/bitbake-dev: Allow much better control of which variable influence bi...Richard Purdie
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie
2007-08-16bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie
2007-01-08bitbake: Sync with upstream. Richard Purdie
2006-11-27data_smart.py: micro optimisation from bitbake trunkRichard Purdie
2006-11-16bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie
2006-05-09Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie
2006-03-20Update to latest bitbakeRichard Purdie
2005-08-31Initial populationRichard Purdie