summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "In expand, drop the unnecessary second regular expression match"Chris Larson2010-07-021-11/+11
* Don't emit vars starting with __, as those are internalChris Larson2010-07-021-1/+1
* In expand, drop the unnecessary second regular expression matchChris Larson2010-07-021-11/+11
* Simplify _findVar a bitChris Larson2010-07-021-9/+6
* Fix major bug that slipped in when moving update_dataChris Larson2010-07-021-9/+10
* Move a var definition in cooker.parse_nextChris Larson2010-07-021-1/+1
* Enhance the expansion exception messageChris Larson2010-07-021-6/+3
* For ${@}, run str() on the resultChris Larson2010-07-021-6/+4
* Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson2010-07-021-4/+2
* emit_env: clean up, iterate onceChris Larson2010-07-021-11/+7
* Fix the debug level check in print_exceptionChris Larson2010-07-021-1/+1
* Don't try to expand non-string valuesChris Larson2010-07-024-19/+21
* Move the python version check into the python packageChris Larson2010-07-022-5/+5
* Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson2010-07-021-6/+2
* Bump version to 1.11.0Chris Larson2010-07-022-2/+2
* 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