summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-16*: use print() as a functionBernhard Reutner-Fischer
2010-07-16bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...Richard Purdie
2010-07-16bitbake: runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie
2010-07-16bitbake: runqueue: Make child process error scary so user is less likely to i...Richard Purdie
2010-07-16bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie
2010-07-16bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie
2010-07-16bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie
2010-07-16bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie
2010-07-02bitbake: Fix handling of empty variables in local config filesRichard Purdie
2010-07-02Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson
2010-07-023.0 prepChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Drop a couple usages of readlinesChris Larson
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-07-02Fix syntax error in shell.pyChris Larson
2010-07-02Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson
2010-07-02Switch from our own 'dummywrite' class to StringIOChris Larson
2010-07-02Switch a fatal usage to SystemExit ("T" not set)Chris Larson
2010-07-02cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson
2010-07-02Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-07-02Drop unnecessarly duplicated messages wrt FuncFailedChris Larson
2010-07-02knotty: use the future division to prep for 3.xChris Larson
2010-07-02Kill the unnecessary setVarFlag debugging messageChris Larson
2010-07-02knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson
2010-07-02Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson
2010-07-02Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips
2010-07-02Show a traceback when a task fails due to an exceptionChris Larson
2010-07-02parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-07-02Fix the silent exit when the specified task doesn't existChris Larson
2010-07-02Move the output of no provider and multiple provider messages into the UIChris Larson
2010-07-02Make knotty ignore the NoProvider eventChris Larson
2010-07-02Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson
2010-07-02cooker: use time.strftime() instead of spawing sh with dateBernhard Reutner-Fischer
2010-07-02cache: do not chdir unnecessarilyBernhard Reutner-Fischer
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer
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