aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2011-08-15Ensure only the filtered environment variables are inherited from the OSJoshua Lock
2011-08-15bitbake-layers: extend show_layersPaul Eggleton
2011-08-15bitbake-layers: use logger.plain instead of infoPaul Eggleton
2011-08-15bitbake-layers: show help with no command specifiedPaul Eggleton
2011-08-15bitbake-layers: improve default command helpPaul Eggleton
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-07-26bitbake-layers: adapt to cooker change for saved environmentJoshua Lock
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-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-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-09bitbake-layers: handle skipped recipesPaul Eggleton
2011-06-09Drop psyco supportRichard Purdie
2011-06-08bitbake-layers: Add comment headerRichard 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-05-27Add PR service deamon to bitbakeLianhao Lu
2011-03-03bitbake-layers: drop 2.6 from #!, per Joshua LockChris Larson
2011-03-02fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-18Increment version for development versionRichard Purdie
2011-02-18Release 1.12.01.12.0Richard Purdie
2011-02-07bitbake-layers: fix bug with env vars leaking inChris Larson
2011-02-07Add initial bitbake-layers scriptChris Larson
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