summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2010-07-02Search up the directory tree for bblayers.confChris Larson1
2010-07-02Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson1
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson2
2010-07-02Kill unnecessary usages of the types moduleChris Larson5
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson26
2010-07-02Add __contains__ to COWDictMetaChris Larson1
2010-07-02Drop unused bb.data.expandData functionChris Larson1
2010-07-02Ignore deprecation warnings for nowChris Larson1
2010-07-02Switch some references to moved functionsChris Larson4
2010-07-02Add a missing import of print_functionChris Larson1
2010-07-02Apply the 2to3 print function transformChris Larson17
2010-07-02Deprecate the usage of certain objects via certain modulesChris Larson2
2010-07-02Exception handling fixupsChris Larson1
2010-07-02Add some missing docstringsChris Larson1
2010-07-02Drop __all__ usageChris Larson3
2010-07-02Drop some unused functionsChris Larson1
2010-07-02Drop some unused classesChris Larson2
2010-07-02Drop some unused varsChris Larson1
2010-07-02Import fixupsChris Larson15
2010-07-02Formatting cleanupsChris Larson41
2010-07-02Drop doctest, as we aren't utilizing itChris Larson3
2010-07-02Don't run metadata event handlers for bb.msg eventsChris Larson1
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson3
2010-07-02Add a function to get the debug level, without poking into debug_levels manuallyChris Larson1
2010-07-02Fix invalid logging domain warningChris Larson1
2010-07-02Bump minimum python version check to 2.6.Chris Larson1
2010-07-02Make the default domain a proper domain, not a stringChris Larson1
2010-07-02Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson2
2010-07-02Fix an error in the ncurses UIChris Larson1
2010-07-02Display python warnings via bb.msgChris Larson1
2010-07-02Immediately display messages if no UI handlers are installed yetChris Larson1
2010-07-02Use __import__ for the ui rather than execChris Larson1
2010-07-02Fix the task event handling in the ncurses UIChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson6
2010-07-02bb.event: NotHandled and Handled are on the way outChris Larson2
2010-07-02Rename the finalise method for consistencyChris Larson1
2010-07-02Move update_data into the DataSmart class as a finalize() methodChris Larson2
2010-07-02Initialize pkgs_to_build in the BBConfiguration constructorChris Larson1
2010-07-02Drop doctest, as we aren't utilizing itChris Larson1
2010-07-02Made '-b' work with BBCLASSEXTENDEnrico Scholz2
2010-07-02Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson2
2010-07-02Pass the config metadata into the Cache constructor rather than the cookerChris Larson1
2010-07-02Resurrect merged anonfunc executionChris Larson1
2010-07-02Add & utilize a simple_exec utility functionChris Larson2
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson6
2010-07-02Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson1
2010-07-02Two minor changes to the way python snippet expansion happensChris Larson1
2010-07-01bitbake: providers.py: Fix typoRichard Purdie1
2010-06-30bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie1
2010-06-29bitbake: create cooker object after cleaning the environmentJeff Dike1