summaryrefslogtreecommitdiffstats
path: root/lib/bb/command.py
AgeCommit message (Expand)Author
2012-12-03command: add error to return of runCommandChristopher Larson
2012-09-14lib/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-27Update 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-03-03implement command to find configuration files for a config variableJoshua Lock
2011-03-03implement command to get all possible targets and their dependenciesJoshua Lock
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-08cooker: add shutdown/stop methodsChris Larson
2010-12-08cooker: merge cookerState and cookerActionChris Larson
2010-06-18Add missing 'return False' to the SystemExit handler in runAsyncCommandChris Larson
2010-06-10Handle SystemExit and KeyboardInterrupt sanely when executing a commandChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-03-24bb/command was importing bb and accessing some of its own classes indirectly ...Chris Larson
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-07-23command/cooker: Remve the need for the cache for -e -b optionsRichard Purdie
2009-07-23command/cooker: Improve showEnvironment functionalityRichard Purdie
2009-07-23cooker.py: Improve server idle handling (from Poky)Richard Purdie
2008-12-06command.py: Standardise to getVariable and setVariable functions for consiste...Richard Purdie
2008-12-06Pass around the tasks to execute rather than using magic variables. Also use ...Richard Purdie
2008-12-06Rename online/offline to sync/async for less confusion (from Rob Bradford in ...Richard Purdie
2008-03-15cooker.py: Turn buildFile into a fully blown offline command with idle functi...Richard Purdie
2008-01-06Fix shell showdata command (#3259)Richard Purdie
2007-08-25command.py: Add generateDepTreeEvent commandRichard Purdie
2007-08-18command.py: Add readVariable commandRichard Purdie
2007-08-18command.py: Add parseFiles command. Tweak cooker to matchRichard Purdie
2007-08-18command.py: Turn showEnvironment into an offline commandRichard Purdie
2007-08-18Add the command module (needs rewriting)Richard Purdie