aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer
2010-07-02cache: use max() to determine newest_mtimeBernhard Reutner-Fischer
2010-07-02cache: use os.path ops instead of statBernhard Reutner-Fischer
2010-07-02Make the file not found error actually useable.Chris Larson
2010-07-02fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer
2010-07-02cache: fix typo in error message of cacheValidUpdate()Bernhard Reutner-Fischer
2010-07-02fetch: documentation typo fixBernhard Reutner-Fischer
2010-07-02fetch: Check for existence of tar file along with md5 signatureKhem Raj
2010-07-02Revert "In expand, drop the unnecessary second regular expression match"Chris Larson
2010-07-02Don't emit vars starting with __, as those are internalChris Larson
2010-07-02In expand, drop the unnecessary second regular expression matchChris Larson
2010-07-02Simplify _findVar a bitChris Larson
2010-07-02Fix major bug that slipped in when moving update_dataChris Larson
2010-07-02Move a var definition in cooker.parse_nextChris Larson
2010-07-02Enhance the expansion exception messageChris Larson
2010-07-02For ${@}, run str() on the resultChris Larson
2010-07-02Allow emission of non-string objects in emit_var, instead running str() on it...Chris Larson
2010-07-02emit_env: clean up, iterate onceChris Larson
2010-07-02Don't try to expand non-string valuesChris Larson
2010-07-02Move the python version check into the python packageChris Larson
2010-07-02Bump version to 1.11.0Chris Larson
2010-07-02Search up the directory tree for bblayers.confChris Larson
2010-07-02Add a hack to avoid the req that all vars using LAYERDIR be immediately expandedChris Larson
2010-07-02Move the unset BBPATH sanity check after the bblayers processingChris Larson
2010-07-02Kill unnecessary usages of the types moduleChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Add __contains__ to COWDictMetaChris Larson
2010-07-02Drop unused bb.data.expandData functionChris 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-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-02Immediately display messages if no UI handlers are installed yetChris Larson
2010-07-02Fix the task event handling in the ncurses UIChris Larson