aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
AgeCommit message (Expand)Author
2012-09-24bitbake: event.py, knotty.py, ncurses.py, runningbuild.py: Add support for Lo...Jason Wessel
2012-08-22bitbake: ui: Improve error message if bitbake cannot import python curses moduleKonrad Scherer
2012-08-18bitbake: build.py: Correct package to recipe in TaskBase events to use consis...Richard Purdie
2012-08-16bitbake: knotty: Fold knotty2 into knotty and make it the defaultRichard Purdie
2012-08-16bitbake: knotty: Chain the WINCH signal handler in progressbar so any other h...Richard Purdie
2012-08-02bitbake: knotty: ensure that directory for BB_CONSOLELOG exists before using itMartin Jansa
2012-03-29knotty: Add back getTasks() call to ensure we don't repeat messgesRichard Purdie
2012-03-29ui/knotty: Add a footer to the build output for interactive terminals as knot...Richard Purdie
2012-02-28bitbake: fix setscene task start/failure handlingPaul Eggleton
2012-02-23bitbake: change for adding progress bar in Hob2.Shane Wang
2012-02-22bitbake/ui/knotty: fix incorrect exit codePaul Eggleton
2012-02-22bitbake/knotty: ensure CommandFailed increases error countPaul Eggleton
2012-02-22bitbake/knotty: ensure we return non-zero exit code on Ctrl+CPaul Eggleton
2012-02-22knotty: shut down more cleanlyChristopher Larson
2012-01-15bitbake/knotty: print task failure summaryPaul Eggleton
2012-01-15bitbake/knotty: avoid printing full task log when error already printedPaul Eggleton
2012-01-15bitbake/knotty: don't count errors as warnings in summaryPaul Eggleton
2012-01-10bitbake/knotty: Show summary of warning/error messages shownRichard Purdie
2011-11-24knotty: Add support for logging the console to logfileRichard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-08-10bitbake/ui/knotty: Ensure previous failures aren't masked by a final successf...Richard Purdie
2011-08-10bitbake/ui/knotty: Ensure 'No Provider' errors set an exit codeRichard Purdie
2011-07-27bitbake: show more information for NoProvider errorsPaul Eggleton
2011-07-08bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-08bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2011-01-05bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie
2011-01-05Resurrect alternative UIsBob Foerster
2011-01-04logger usage cleanupChris Larson
2011-01-04Fix logging level names for post-server-ui-splitChris Larson
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04knotty: exit with 1 if we see a critical log messageChris Larson
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie
2011-01-04Move the runq task start/failed messages to the UIChris Larson
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04build: send logging messages to the log file for python functionsChris Larson
2011-01-04Rename the ui 'init' method to 'main'Chris Larson
2011-01-04knotty: use enumerate for task waitingChris Larson
2011-01-04knotty: shift non-interactive progress into a classChris Larson
2011-01-04cooker: no cached in progressbar and add ETAChris Larson
2011-01-04knotty: drop the ETA from the progressbar for nowChris Larson
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson
2011-01-04Experimental usage of the 'progressbar' moduleChris Larson
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson
2011-01-04Use the python logging module under the hood for bb.msgChris Larson
2010-08-20bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02knotty: use the future division to prep for 3.xChris Larson