aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
AgeCommit message (Expand)Author
2013-01-28bitbake: command: Fix getCmdLineAction bugsdenzilRichard Purdie
2013-01-28bitbake: command: Add missing import tracebackRichard Purdie
2013-01-28bitbake: command: add error to return of runCommandChristopher Larson
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
2011-01-04cooker: merge cookerState and cookerActionChris Larson
2010-07-02Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson
2010-07-02Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-03-25bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie