summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bin/bitbake: Clarify wording in help output for -sTrevor Woerner2012-08-301-1/+1
* bitbake: bin/bitbake: Remove knotty2 from the list of valid interfacesRichard Purdie2012-08-171-1/+1
* bitbake: Update version to 1.15.3Richard Purdie2012-07-191-1/+1
* bitbake: bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang2012-07-091-1/+1
* bitbake: bitbake: tweak help text for -C slightlyPaul Eggleton2012-06-251-1/+1
* bitbake: bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton2012-06-211-0/+3
* bitbake: support $BITBAKE_UI environmentEnrico Scholz2012-05-231-4/+5
* Update version to 1.15.2 (correspdoning to Yocto 1.2 release)Richard Purdie2012-05-011-1/+1
* ui/knotty: Add a footer to the build output for interactive terminals as knot...Richard Purdie2012-03-291-1/+1
* bitbake: add -B option to bind with interfaceDongxiao Xu2012-02-231-3/+14
* Bump the version to 1.15.1Richard Purdie2012-01-231-1/+1
* bitbake: add a new option "--server-only"Dongxiao Xu2012-01-061-7/+16
* Increment version post releaseRichard Purdie2011-11-041-1/+1
* Release 1.14.0Richard Purdie2011-11-041-1/+1
* bitbake/logging: Overhaul internal logging processRichard Purdie2011-08-151-1/+2
* Update version to 1.13.3Richard Purdie2011-07-251-1/+1
* bitbake|cooker: save a copy of the environment when BitBake is startedJoshua Lock2011-07-251-1/+4
* adjust comments/messages for default server changePaul Eggleton2011-07-251-3/+3
* add note to -b option indicating no dependency handlingPaul Eggleton2011-07-251-1/+1
* bitbake: Switch to use process as the default serverRichard Purdie2011-07-051-1/+1
* bitbake: Add missing bracket, somehow lost by sync scripts1.1_M2.rc1Richard Purdie2011-07-011-1/+1
* bitbake: add -R option for loading configuration files after bitbake.confJoshua Lock2011-07-011-1/+4
* bitbake: Make bitbake server type configurable.Liping Ke2011-07-011-7/+18
* Update version to 1.13.2Richard Purdie2011-06-281-1/+1
* make exception handling syntax consistentScott Garman2011-06-151-1/+1
* Update version to 1.13.1Richard Purdie2011-06-091-1/+1
* Drop psyco supportRichard Purdie2011-06-091-3/+0
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-081-1/+0
* bitbake/bin/bitbake: Return an error if exceptions occurRichard Purdie2011-06-081-0/+2
* bitbake/server/process: Update to new server APIRichard Purdie2011-06-081-2/+4
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-081-9/+14
* bitbake: Sync up with upstream cosmetic changes for bin/bitbakeRichard Purdie2011-06-081-11/+8
* Resurrect alternative UIsBob Foerster2011-01-051-1/+1
* Ensure that the invalid UI error goes to stderrChris Larson2011-01-041-11/+20
* Silence python 2.7 nested context manager warningChris Larson2011-01-041-0/+1
* Kill the uncaught exception handlerChris Larson2011-01-041-12/+6
* Rename the ui 'init' method to 'main'Chris Larson2011-01-041-16/+5
* Error more pleasantly when trying to use python2.4Chris Larson2011-01-041-10/+11
* Don't show a traceback for a python version errorChris Larson2011-01-041-1/+4
* Use __file__, not sys.argv[0]Chris Larson2011-01-041-1/+1
* Don't show uncaught exception message for KeyboardInterruptChris Larson2011-01-041-1/+5
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-6/+6
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-041-1/+4
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-2/+5
* Ignore python warnings that come from places we don't care aboutChris Larson2011-01-041-1/+5
* Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson2011-01-041-5/+1
* bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie2010-11-131-2/+2
* bitbake: save the initial PATH for use when starting a subprocessJoshua Lock2010-09-081-0/+1
* bitbake: Implement signaturesRichard Purdie2010-09-031-0/+3
* *: use print() as a functionBernhard Reutner-Fischer2010-07-161-3/+3