summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
AgeCommit message (Expand)Author
2013-10-14bitbake: cooker/command: Add error state for the server and use for pre_serve...Richard Purdie
2013-10-07bitbake: bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu
2013-09-22bitbake: bitbake: cooker, command: add a command to return global dataAlexandru DAMIAN
2013-09-14bitbake: command: Treat empty messages as failures, not CommandCompletedRichard Purdie
2013-09-14bitbake: cooker/command: Add finishcommand to reset cooker stateRichard Purdie
2013-09-14bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-08-26bitbake: command.py: Call updateCache for all states != runningRichard Purdie
2013-08-26bitbake: bitbake: Add ui event handlers filteringRichard Purdie
2013-08-06bitbake: hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu
2013-08-06bitbake: hob/bitbake: save the description of a custom imageCristiana Voicu
2013-08-06bitbake: hob/bitbake: create a template (a .bb file) from hob through bitbakeCristiana Voicu
2013-06-20bitbake: bitbake: call the initConfiguration when reparsingCristiana Voicu
2013-06-20bitbake: bitbake: remove the function for reparse because it does nothingCristiana Voicu
2013-06-20bitbake: bitbake & hob: modify some commands and call them from hobCristiana Voicu
2013-06-17bitbake: knotty, xmlrpc: add observer-only modeAlexandru DAMIAN
2013-06-07bitbake: cooker: Split data from configurationRichard Purdie
2013-05-24bitbake: cooker/cookerdata: Improve configuration object handlingRichard Purdie
2013-05-22bitbake: command: Fix function module reference after code rearrangementRichard Purdie
2013-05-22bitbake: cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie
2013-05-22bitbake: bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie
2013-03-19bitbake: hob: some settings in Hob are not rememberedCristiana Voicu
2013-01-31bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu
2012-12-14bitbake: hob/bitbake: custom image is now using the base imageCristiana Voicu
2012-12-14bitbake: command: Fix getCmdLineAction bugsRichard Purdie
2012-12-14bitbake: command: Add missing import tracebackRichard Purdie
2012-11-01bitbake: command: add error to return of runCommandChristopher Larson
2012-09-14bitbake: lib/bb/command.py: ensure setVariable only sets values as stringsPaul Eggleton
2012-04-13ConfHandler.py: Add a hook for config parsingRichard Purdie
2012-03-29command.py: Move triggerEvent to command async classDongxiao Xu
2012-03-01command.py: remove the resolve parameter in generateTargetsTreeDongxiao Xu
2012-02-23command.py: add resolve option for generateTargetsTree APIDongxiao Xu
2012-02-23command.py: Add a new API triggerEvent()Dongxiao Xu
2012-02-23command.py: add new API to get the cpu count on the serverShane Wang
2012-01-10bitbake: Add BBHandledException exception classRichard Purdie
2012-01-06command.py: add parseConfigurationFiles APIDongxiao Xu
2012-01-06cooker: remove command import in cooker.pyDongxiao Xu
2012-01-06command.py: add initCooker APIDongxiao Xu
2012-01-06command.py: Modify needcache value for certain functionsDongxiao Xu
2011-12-05Remove the async_cmds and sync_cmds from command.pyRobert Yang
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-08-12bb/command|cooker: refactor the reparseFiles logicJoshua Lock
2011-07-26command|cooker: Add reparseFiles commandJoshua Lock
2011-07-01cooker|command|event: add new command findFilesMatchingInDirJoshua Lock
2011-07-01command|cooker|event: add findConfigFilePath commandJoshua Lock
2011-07-01command|cooker: allow generating targets tree for specified pkgsJoshua Lock
2011-06-08bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie
2011-02-24bitbake: implement command to find configuration files for a config variableJoshua Lock
2011-02-24bitbake: implement command to get all possible targets and their dependenciesJoshua Lock
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04cooker: add shutdown/stop methodsChris Larson