aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake
AgeCommit message (Expand)Author
2012-12-14bin/bitbake, bb/__init__: Move BBDEBUG handling to bin/bitbakeRichard Purdie
2012-11-26Update version to 1.17.01.17.0Richard Purdie
2012-10-30bitbake/server: Remove dead console log codeRichard Purdie
2012-10-02Update version to 1.16.01.16.0Richard Purdie
2012-09-24bitbake: Unbuffer stdout for log filesJason Wessel
2012-09-24runqueue: Add --no-setscene to skip all setscene tasksJason Wessel
2012-08-30bin/bitbake: Clarify wording in help output for -sTrevor Woerner
2012-08-16bin/bitbake: Remove knotty2 from the list of valid interfacesRichard Purdie
2012-07-19Update version to 1.15.31.15.3Richard Purdie
2012-07-09bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang
2012-06-22bitbake: tweak help text for -C slightlyPaul Eggleton
2012-06-21bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton
2012-05-23bitbake: support $BITBAKE_UI environmentEnrico Scholz
2012-05-01Update version to 1.15.2 (correspdoning to Yocto 1.2 release)1.15.2Richard Purdie
2012-03-29ui/knotty: Add a footer to the build output for interactive terminals as knot...Richard Purdie
2012-02-23bitbake: add -B option to bind with interfaceDongxiao Xu
2012-01-20Bump the version to 1.15.11.15.1Richard Purdie
2012-01-06bitbake: add a new option "--server-only"Dongxiao Xu
2011-11-03Increment version post releaseRichard Purdie
2011-11-03Release 1.14.01.14.01.14Richard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-07-25Update version to 1.13.31.13.3Richard Purdie
2011-07-25bitbake|cooker: save a copy of the environment when BitBake is startedJoshua Lock
2011-07-25adjust comments/messages for default server changePaul Eggleton
2011-07-25add note to -b option indicating no dependency handlingPaul Eggleton
2011-07-01bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock
2011-07-01bitbake: Make bitbake server type configurable.Liping Ke
2011-06-28Update version to 1.13.21.13.2Richard Purdie
2011-06-15make exception handling syntax consistentScott Garman
2011-06-09Update version to 1.13.11.13.1Richard Purdie
2011-06-09Drop psyco supportRichard Purdie
2011-06-08bitbake/server: Move server specific code into the server backend and create ...Richard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-02-18Increment version for development versionRichard Purdie
2011-02-18Release 1.12.01.12.0Richard Purdie
2011-01-10bitbake: handle IOError from event_queue.getChris Larson
2010-12-29Implement task signaturesRichard Purdie
2010-12-17bin/bitbake: [HACK] Empty ui event queue on shutdownChris Larson
2010-12-17Ensure LogHandler is set up for the server constructionChris Larson
2010-12-17Resurrect alternative UIsBob Foerster
2010-12-16Forcibly shut down the server if the UI is terminatedChris Larson
2010-12-16server: fix interrupt handling for processBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-13Ensure that the invalid UI error goes to stderrChris Larson
2010-12-13Silence python 2.7 nested context manager warningChris Larson
2010-12-10Kill the uncaught exception handlerChris Larson
2010-12-09Rename the ui 'init' method to 'main'Chris Larson
2010-12-03Error more pleasantly when trying to use python2.4Chris Larson
2010-12-02Don't show a traceback for a python version errorChris Larson
2010-11-26Use __file__, not sys.argv[0]Chris Larson