summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-08-18Allow %20 in a file name in the SRC_URIC Michael Sundius
2010-08-11Ignore python warnings that come from places we don't care aboutChris Larson
2010-08-11Merge branch 'sched'Chris Larson
2010-08-11Merge branch 'data'Chris Larson
2010-08-11Split out 'find next buildable task' into a separate generator functionChris Larson
2010-08-11Let the RunQueueScheduler control the number of active tasksChris Larson
2010-08-11Add the ability to use runqueue schedulers from the metadataChris Larson
2010-08-07misc: Update the email address to a working one.Holger Hans Peter Freyther
2010-08-06Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson
2010-08-06Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson
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-01create cooker object after cleaning the environmentJeff Dike
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 couple long term, high impact TODO itemsChris Larson
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-18Move serverConnection.terminate() back into the finallyChris Larson
2010-06-18Limit the traceback length in the default exception handlerChris Larson