aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-12-17bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie
2010-12-17bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie
2010-12-17Timeout UI runCommand calls if server doesn't respond (or dies)Bob Foerster
2010-12-17Move LAYERDIR expansion hack into DataSmartChris Larson
2010-12-17parse: use bb.utils.whichChris Larson
2010-12-17Update persist_data usage to the new APIChris Larson
2010-12-17Revert "build: stop injecting os/bb into __builtins__"Chris Larson
2010-12-17Fix logging level names for post-server-ui-splitChris Larson
2010-12-17build: fix file mode for /dev/nullChris Larson
2010-12-17bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie
2010-12-17bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie
2010-12-17build: stop injecting os/bb into __builtins__Chris Larson
2010-12-17Ensure LogHandler is set up for the server constructionChris Larson
2010-12-17cooker: ensure parseCommandLine can get BBPKGSChris Larson
2010-12-17Resurrect alternative UIsBob Foerster
2010-12-17utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer
2010-12-17bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer
2010-12-17build: use utils.remove instead of os.systemBernhard Reutner-Fischer
2010-12-16utils: drop unnecessary debug msgs from mkdirhierChris Larson
2010-12-16Forcibly shut down the server if the UI is terminatedChris Larson
2010-12-16server: ensure the cooker is stopped when shutting downChris Larson
2010-12-16server: kill stdin/stdout/stderrChris Larson
2010-12-16server: fix interrupt handling for processBob Foerster
2010-12-16Show the user progress when loading the cacheBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-16cooker: fix remnant rq/rqdata issue from poky syncChris Larson
2010-12-16Revert "build: kill stdout in python functions"Chris Larson
2010-12-16runqueue: fix remnant rq/rqdata reference from poky syncChris Larson
2010-12-15knotty: exit with 1 if we see a critical log messageChris Larson
2010-12-15cooker: don't swallow recipe parse errorsChris Larson
2010-12-15runqueue: resurrect the fix in 90c2b6cChris Larson
2010-12-15build: fix log file displayChris Larson
2010-12-15fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2010-12-15build: fix FuncFailed for the no logfile caseChris Larson
2010-12-15process: handle OSErrors other than file not foundChris Larson
2010-12-15build: write logfiles per task, not per functionChris Larson
2010-12-15data_smart: add optional expansion to getVarFlag()Paul Eggleton
2010-12-15build: fix copy/paste thinko regarding LC_ALLChris Larson
2010-12-14runqueue: fix check_stamp_task call in chck_stamp_fnChris Larson
2010-12-14runqueue: fix a get_task_id callChris Larson
2010-12-14build: ensure LogTee has a valid name propertyChris Larson
2010-12-14build: fix -D with shell functionsChris Larson
2010-12-14Fix PWD issue with new exec_func_shellChris Larson
2010-12-13build: set PWD in the subprocess preexec hookChris Larson
2010-12-13Move the runq task start/failed messages to the UIChris Larson
2010-12-13bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie
2010-12-13bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie
2010-12-13bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-10Rework the persist_data APIChris Larson