aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2010-07-02Drop unused bb.data.expandData functionChris Larson
2010-07-02Ignore deprecation warnings for nowChris Larson
2010-07-02Switch some references to moved functionsChris Larson
2010-07-02Add a missing import of print_functionChris Larson
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Deprecate the usage of certain objects via certain modulesChris Larson
2010-07-02Exception handling fixupsChris Larson
2010-07-02Add some missing docstringsChris Larson
2010-07-02Drop __all__ usageChris Larson
2010-07-02Drop some unused functionsChris Larson
2010-07-02Drop some unused classesChris Larson
2010-07-02Drop some unused varsChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Drop doctest, as we aren't utilizing itChris Larson
2010-07-02Don't run metadata event handlers for bb.msg eventsChris Larson
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-07-02Add a function to get the debug level, without poking into debug_levels manuallyChris Larson
2010-07-02Fix invalid logging domain warningChris Larson
2010-07-02Bump minimum python version check to 2.6.Chris Larson
2010-07-02Make the default domain a proper domain, not a stringChris Larson
2010-07-02Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson
2010-07-02Fix an error in the ncurses UIChris Larson
2010-07-02Display python warnings via bb.msgChris Larson
2010-07-02Immediately display messages if no UI handlers are installed yetChris Larson
2010-07-02Use __import__ for the ui rather than execChris Larson
2010-07-02Fix the task event handling in the ncurses UIChris Larson
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson
2010-07-02bb.event: NotHandled and Handled are on the way outChris Larson
2010-07-02Rename the finalise method for consistencyChris Larson
2010-07-02Move update_data into the DataSmart class as a finalize() methodChris Larson
2010-07-02Initialize pkgs_to_build in the BBConfiguration constructorChris Larson
2010-07-02Drop doctest, as we aren't utilizing itChris Larson
2010-07-02Made '-b' work with BBCLASSEXTENDEnrico Scholz
2010-07-02Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson
2010-07-02Pass the config metadata into the Cache constructor rather than the cookerChris Larson
2010-07-02Resurrect merged anonfunc executionChris Larson
2010-07-02Add & utilize a simple_exec utility functionChris 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-07-01bitbake: providers.py: Fix typoRichard Purdie
2010-06-30bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie
2010-06-29bitbake: create cooker object after cleaning the environmentJeff Dike
2010-06-29bitbake: Move the logger initialization from cooker to utilsJeff Dike
2010-06-25bitbake: allow fakeroot functionality to be provided by an alternative programJoshua Lock
2010-06-07bitbake decodeurl: fix the file:// url handlingNitin A Kamble
2010-03-25bitbake/event.py: Run class eventhandlers in the task context but ensure UI h...Richard Purdie
2010-03-25bitbake/cooker.py: Finishing the command needs to happen after the BuildCompl...Richard Purdie
2010-03-25cache.py: Bump the cache version after the BBVERSIONS updateRichard Purdie