summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-08-05Make realfile optional for better_exec, using the existing fn in the code objectChris Larson
2010-08-04When shutting down, send SIGTERM, not SIGINTChris Larson
2010-08-04cooker.py: Fix case of -b option with a full filepathRichard Purdie
2010-08-03*: Fix typo in documentationBernhard Reutner-Fischer
2010-08-03Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-08-03fetch: Only mark srcrev recipes as uncached when outside of SRCREV caching modeRichard Purdie
2010-08-03cache: If one virtual of a recipe is uncached, remove all versions from the c...Richard Purdie
2010-08-02Add pysh, ply, and codegen to lib/ to prepare for future workChris Larson
2010-07-26utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer
2010-07-26*: cosmetic whitespace removalBernhard Reutner-Fischer
2010-07-22Let the runqueue find the user selected scheduler dynamicallyChris Larson
2010-07-16runqueue: Allow passing of success/failure handlers to runqueue_process_waitp...Richard Purdie
2010-07-16runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie
2010-07-16runqueue: Make child process error scary so user is less likely to ignoreRichard Purdie
2010-07-16runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie
2010-07-16runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie
2010-07-16runqueue: Separate out task forking code into a new functionRichard Purdie
2010-07-16runqueue: Combine the waitpid result handling code into a functionRichard Purdie
2010-07-16Remove two layers of unnecessary functions from task executionRichard Purdie
2010-07-06*: use print() as a functionBernhard Reutner-Fischer
2010-07-01Fix handling of empty variables in local config filesRichard Purdie
2010-07-01Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie
2010-07-01Move the logger initialization from cooker to utilsJeff Dike
2010-07-01bitbake decodeurl: fix the file:// url handlingNitin A Kamble
2010-07-01allow fakeroot functionality to be provided by an alternative programJoshua Lock
2010-07-01Add bb.utils.join_deps to handle creation of dependency strings with versionsRichard Purdie
2010-06-24Add a warning if a BBFILE_PATTERN doesn't match any bb filesChris Larson
2010-06-213.0 prepChris Larson
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-21Drop a couple usages of readlinesChris Larson
2010-06-21Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-06-20Fix syntax error in shell.pyChris Larson
2010-06-18Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson
2010-06-16Switch from our own 'dummywrite' class to StringIOChris Larson
2010-06-16Switch a fatal usage to SystemExit ("T" not set)Chris Larson
2010-06-10cooker: Kill __getitem__ usage on exception objects (python 3 prep)Chris Larson
2010-06-10Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-06-10Drop unnecessarly duplicated messages wrt FuncFailedChris Larson
2010-06-10knotty: use the future division to prep for 3.xChris Larson
2010-06-10Kill the unnecessary setVarFlag debugging messageChris Larson
2010-06-10knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson
2010-06-10Use bb.utils.mkdirhier in bb.cache to shut up the pending deprecation warningChris Larson
2010-06-10Use PendingDeprecationWarning for functions moved from bb to bb.utilsChris Larson
2010-06-10Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
2010-06-09Change wget fetcher to use the runfetchcmdRyan Phillips
2010-06-09Show a traceback when a task fails due to an exceptionChris Larson
2010-06-09parser: fix harmless typo in variable nameBernhard Reutner-Fischer
2010-06-08Fix the silent exit when the specified task doesn't existChris Larson
2010-06-08Move the output of no provider and multiple provider messages into the UIChris Larson
2010-06-08Make knotty ignore the NoProvider eventChris Larson