summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2010-07-02Make the file not found error actually useable.Chris Larson1
2010-07-02fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer1
2010-07-02cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer1
2010-07-02fetch: documentation typo fixBernhard Reutner-Fischer1
2010-07-02fetch: Check for existence of tar file along with md5 signatureKhem Raj1
2010-07-02Revert "In expand, drop the unnecessary second regular expression match"Chris Larson1
2010-07-02Don't emit vars starting with __, as those are internalChris Larson1
2010-07-02In expand, drop the unnecessary second regular expression matchChris Larson1
2010-07-02Simplify _findVar a bitChris Larson1
2010-07-02Fix major bug that slipped in when moving update_dataChris Larson1
2010-07-02Move a var definition in cooker.parse_nextChris Larson1
2010-07-02Enhance the expansion exception messageChris Larson1
2010-07-02For ${@}, run str() on the resultChris Larson1
2010-07-02Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson1
2010-07-02emit_env: clean up, iterate onceChris Larson1
2010-07-02Fix the debug level check in print_exceptionChris Larson1
2010-07-02Don't try to expand non-string valuesChris Larson4
2010-07-02Move the python version check into the python packageChris Larson2
2010-07-02Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson1
2010-07-02Bump version to 1.11.0Chris Larson2
2010-07-02Move the python version check before the module imports, in case the modules ...Chris Larson1
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