summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu2013-10-071-0/+7
* bitbake: bitbake: cooker, command: add a command to return global dataAlexandru DAMIAN2013-09-221-0/+9
* bitbake: command: Treat empty messages as failures, not CommandCompletedRichard Purdie2013-09-141-1/+1
* bitbake: cooker/command: Add finishcommand to reset cooker stateRichard Purdie2013-09-141-1/+1
* bitbake: cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie2013-09-141-3/+3
* bitbake: command.py: Call updateCache for all states != runningRichard Purdie2013-08-261-2/+1
* bitbake: bitbake: Add ui event handlers filteringRichard Purdie2013-08-261-0/+7
* bitbake: hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu2013-08-061-2/+3
* bitbake: hob/bitbake: save the description of a custom imageCristiana Voicu2013-08-061-1/+2
* bitbake: hob/bitbake: create a template (a .bb file) from hob through bitbakeCristiana Voicu2013-08-061-1/+7
* bitbake: bitbake: call the initConfiguration when reparsingCristiana Voicu2013-06-201-1/+1
* bitbake: bitbake: remove the function for reparse because it does nothingCristiana Voicu2013-06-201-8/+0
* bitbake: bitbake & hob: modify some commands and call them from hobCristiana Voicu2013-06-201-3/+13
* bitbake: knotty, xmlrpc: add observer-only modeAlexandru DAMIAN2013-06-171-1/+6
* bitbake: cooker: Split data from configurationRichard Purdie2013-06-071-9/+9
* bitbake: cooker/cookerdata: Improve configuration object handlingRichard Purdie2013-05-241-1/+3
* bitbake: command: Fix function module reference after code rearrangementRichard Purdie2013-05-221-1/+1
* bitbake: cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie2013-05-221-12/+8
* bitbake: bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie2013-05-221-1/+1
* bitbake: hob: some settings in Hob are not rememberedCristiana Voicu2013-03-191-7/+0
* bitbake: bitbake & hob: implement functions to assure consistency for configu...Cristiana Voicu2013-01-311-0/+18
* bitbake: hob/bitbake: custom image is now using the base imageCristiana Voicu2012-12-141-0/+10
* bitbake: command: Fix getCmdLineAction bugsRichard Purdie2012-12-141-2/+4
* bitbake: command: Add missing import tracebackRichard Purdie2012-12-141-0/+1
* bitbake: command: add error to return of runCommandChristopher Larson2012-11-011-16/+27
* bitbake: lib/bb/command.py: ensure setVariable only sets values as stringsPaul Eggleton2012-09-141-1/+1
* ConfHandler.py: Add a hook for config parsingRichard Purdie2012-04-131-0/+7
* command.py: Move triggerEvent to command async classDongxiao Xu2012-03-291-7/+10
* command.py: remove the resolve parameter in generateTargetsTreeDongxiao Xu2012-03-011-12/+2
* command.py: add resolve option for generateTargetsTree APIDongxiao Xu2012-02-231-2/+9
* command.py: Add a new API triggerEvent()Dongxiao Xu2012-02-231-0/+6
* command.py: add new API to get the cpu count on the serverShane Wang2012-02-231-0/+6
* bitbake: Add BBHandledException exception classRichard Purdie2012-01-101-2/+5
* command.py: add parseConfigurationFiles APIDongxiao Xu2012-01-061-0/+10
* cooker: remove command import in cooker.pyDongxiao Xu2012-01-061-0/+11
* command.py: add initCooker APIDongxiao Xu2012-01-061-0/+6
* command.py: Modify needcache value for certain functionsDongxiao Xu2012-01-061-2/+2
* Remove the async_cmds and sync_cmds from command.pyRobert Yang2011-12-051-14/+0
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-3/+2
* bb/command|cooker: refactor the reparseFiles logicJoshua Lock2011-08-121-0/+7
* command|cooker: Add reparseFiles commandJoshua Lock2011-07-261-0/+8
* cooker|command|event: add new command findFilesMatchingInDirJoshua Lock2011-07-011-0/+12
* command|cooker|event: add findConfigFilePath commandJoshua Lock2011-07-011-0/+10
* command|cooker: allow generating targets tree for specified pkgsJoshua Lock2011-07-011-2/+10
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-081-1/+1
* bitbake: implement command to find configuration files for a config variableJoshua Lock2011-02-241-0/+11
* bitbake: implement command to get all possible targets and their dependenciesJoshua Lock2011-02-241-0/+10
* Rename command events, adjust compareRevisionsChris Larson2011-01-041-34/+24
* cooker: add shutdown/stop methodsChris Larson2011-01-041-2/+2
* cooker: merge cookerState and cookerActionChris Larson2011-01-041-3/+4