summaryrefslogtreecommitdiff
path: root/bitbake/lib
AgeCommit message (Expand)AuthorFiles
2010-07-02Apply some 2to3 refactoringsChris Larson9
2010-07-02Drop a couple usages of readlinesChris Larson2
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson1
2010-07-02Fix syntax error in shell.pyChris Larson1
2010-07-02Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson1
2010-07-02Switch from our own 'dummywrite' class to StringIOChris Larson1
2010-07-02Switch a fatal usage to SystemExit ("T" not set)Chris Larson1
2010-07-02cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson1
2010-07-02Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson1
2010-07-02Drop unnecessarly duplicated messages wrt FuncFailedChris Larson1
2010-07-02knotty: use the future division to prep for 3.xChris Larson1
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson1
2010-07-02knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson1
2010-07-02Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson1
2010-07-02Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson1
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson1
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips2
2010-07-02Show a traceback when a task fails due to an exceptionChris Larson1
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer1
2010-07-02Fix the silent exit when the specified task doesn't existChris Larson1
2010-07-02Move the output of no provider and multiple provider messages into the UIChris Larson3
2010-07-02Make knotty ignore the NoProvider eventChris Larson1
2010-07-02Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson1
2010-07-02cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer1
2010-07-02cache: do not chdir unnecessarilyBernhard Reutner-Fischer1
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer2
2010-07-02cache: use a set() for __dependsBernhard Reutner-Fischer2
2010-07-02cache: use max() to determine newest_mtimeBernhard Reutner-Fischer1
2010-07-02cache: use os.path ops instead of statBernhard Reutner-Fischer1
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-02Don't try to expand non-string valuesChris Larson4
2010-07-02Move the python version check into the python packageChris Larson1
2010-07-02Bump version to 1.11.0Chris 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