summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
AgeCommit message (Expand)Author
2011-07-26bitbake-layers: adapt to cooker change for saved environmentJoshua Lock
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-25bitbake-layers: remove unneeded do_EOFPaul Eggleton
2011-07-25bitbake-layers: add command helpPaul Eggleton
2011-07-25bitbake-layers: check for errors before parsingPaul Eggleton
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-layers: fix error on startup caused by recent cooker changePaul Eggleton
2011-07-05bitbake-layers: fix sorting by package name for cooker changePaul Eggleton
2011-07-05bitbake/cooker, bitbake-layers: show the .bbappend files that matches no exis...Dexuan Cui
2011-07-05bitbake-layers: fix sorting of show_appends outputPaul Eggleton
2011-07-05bitbake-layers: add command to flatten layers into onePaul Eggleton
2011-07-05bitbake-layers: add show_overlayed actionPaul 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-09bitbake-layers: handle skipped recipesPaul Eggleton
2011-06-09Drop psyco supportRichard Purdie
2011-06-08bitbake/cooker.py: Misc sync with upstreamRichard Purdie
2011-06-08bitbake-layers: Fixup after recent server changesRichard 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-05-27Add PR service deamon to bitbakeLianhao Lu
2011-03-14bitbake/bitbake-layers: fix to run with recent changesJoshua Lock
2011-03-03bitbake-layers: drop 2.6 from #!, per Joshua LockChris Larson
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-10bitbake-layers: fix bug with env vars leaking inChris Larson
2011-02-10Add initial bitbake-layers scriptChris Larson
2011-02-10image-swab: Convert to attach strace to the process to obtain the required sw...Richard 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