summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* Move the python version check before the module imports, in case the modules ...Chris Larson2010-07-021-4/+7
* Search up the directory tree for bblayers.confChris Larson2010-07-021-2/+12
* Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson2010-07-021-0/+14
* Move the unset BBPATH sanity check after the bblayers processingChris Larson2010-07-022-4/+4
* Kill unnecessary usages of the types moduleChris Larson2010-07-025-22/+22
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-0226-269/+268
* Add __contains__ to COWDictMetaChris Larson2010-07-021-0/+3
* Drop unused bb.data.expandData functionChris Larson2010-07-021-16/+0
* Ignore deprecation warnings for nowChris Larson2010-07-021-0/+1
* Switch some references to moved functionsChris Larson2010-07-024-7/+11
* Add a missing import of print_functionChris Larson2010-07-021-0/+1
* Apply the 2to3 print function transformChris Larson2010-07-0217-218/+220
* Deprecate the usage of certain objects via certain modulesChris Larson2010-07-022-4/+42
* Exception handling fixupsChris Larson2010-07-021-2/+2
* Add some missing docstringsChris Larson2010-07-021-0/+3
* Drop __all__ usageChris Larson2010-07-023-34/+0
* Drop some unused functionsChris Larson2010-07-021-28/+0
* Drop some unused classesChris Larson2010-07-022-4/+0
* Drop some unused varsChris Larson2010-07-021-1/+1
* Import fixupsChris Larson2010-07-0215-41/+34
* Formatting cleanupsChris Larson2010-07-0241-622/+595
* Drop doctest, as we aren't utilizing itChris Larson2010-07-023-175/+14
* Don't run metadata event handlers for bb.msg eventsChris Larson2010-07-021-0/+4
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-023-7/+9
* Add a function to get the debug level, without poking into debug_levels manuallyChris Larson2010-07-021-0/+3
* Fix invalid logging domain warningChris Larson2010-07-021-3/+3
* Bump minimum python version check to 2.6.Chris Larson2010-07-021-2/+2
* Make the default domain a proper domain, not a stringChris Larson2010-07-021-26/+29
* Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson2010-07-022-59/+21
* Fix an error in the ncurses UIChris Larson2010-07-021-3/+3
* Display python warnings via bb.msgChris Larson2010-07-021-2/+18
* Immediately display messages if no UI handlers are installed yetChris Larson2010-07-021-3/+12
* Use __import__ for the ui rather than execChris Larson2010-07-021-6/+6
* Fix the task event handling in the ncurses UIChris Larson2010-07-021-1/+1
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-026-14/+14
* bb.event: NotHandled and Handled are on the way outChris Larson2010-07-022-5/+7
* Rename the finalise method for consistencyChris Larson2010-07-021-4/+4
* Move update_data into the DataSmart class as a finalize() methodChris Larson2010-07-022-136/+67
* Initialize pkgs_to_build in the BBConfiguration constructorChris Larson2010-07-021-1/+1
* Drop doctest, as we aren't utilizing itChris Larson2010-07-021-33/+0
* Made '-b' work with BBCLASSEXTENDEnrico Scholz2010-07-022-4/+11
* Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson2010-07-022-1/+144
* Pass the config metadata into the Cache constructor rather than the cookerChris Larson2010-07-021-4/+4
* Resurrect merged anonfunc executionChris Larson2010-07-021-4/+9
* Add & utilize a simple_exec utility functionChris Larson2010-07-022-1/+4
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-07-026-53/+36
* Pass an empty locals dict in expansion, since list comprehensions apparently ...Chris Larson2010-07-021-2/+2
* Two minor changes to the way python snippet expansion happensChris Larson2010-07-021-8/+8
* bitbake: providers.py: Fix typoRichard Purdie2010-07-011-1/+1
* bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie2010-06-301-0/+12