aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
AgeCommit message (Expand)Author
2012-09-24bitbake: bitbake: Unbuffer stdout for log filesJason Wessel
2012-09-24bitbake: runqueue: Add --no-setscene to skip all setscene tasksJason Wessel
2012-08-30bitbake: bin/bitbake: Clarify wording in help output for -sTrevor Woerner
2012-08-17bitbake: bin/bitbake: Remove knotty2 from the list of valid interfacesRichard Purdie
2012-07-19bitbake: Update version to 1.15.3Richard Purdie
2012-07-09bitbake: bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang
2012-06-25bitbake: bitbake: tweak help text for -C slightlyPaul Eggleton
2012-06-21bitbake: bitbake: 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)Richard 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-23Bump the version to 1.15.1Richard Purdie
2012-01-06bitbake: add a new option "--server-only"Dongxiao Xu
2011-11-04Increment version post releaseRichard Purdie
2011-11-04Release 1.14.0Richard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-07-25Update version to 1.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-05bitbake: Switch to use process as the default serverRichard Purdie
2011-07-01bitbake: Add missing bracket, somehow lost by sync scripts1.1_M2.rc1Richard Purdie
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.2Richard Purdie
2011-06-15make exception handling syntax consistentScott Garman
2011-06-09Update version to 1.13.1Richard Purdie
2011-06-09Drop psyco supportRichard Purdie
2011-06-08bitbake/cooker.py: Misc sync with upstreamRichard Purdie
2011-06-08bitbake/bin/bitbake: Return an error if exceptions occurRichard Purdie
2011-06-08bitbake/server/process: Update to new server APIRichard Purdie
2011-06-08bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie
2011-06-08bitbake: Sync up with upstream cosmetic changes for bin/bitbakeRichard Purdie
2011-01-05Resurrect alternative UIsBob Foerster
2011-01-04Ensure that the invalid UI error goes to stderrChris Larson
2011-01-04Silence python 2.7 nested context manager warningChris Larson
2011-01-04Kill the uncaught exception handlerChris Larson
2011-01-04Rename the ui 'init' method to 'main'Chris Larson
2011-01-04Error more pleasantly when trying to use python2.4Chris Larson
2011-01-04Don't show a traceback for a python version errorChris Larson
2011-01-04Use __file__, not sys.argv[0]Chris Larson
2011-01-04Don't show uncaught exception message for KeyboardInterruptChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris 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
2011-01-04Ignore python warnings that come from places we don't care aboutChris Larson
2011-01-04Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock