summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
AgeCommit message (Expand)Author
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