summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2013-12-11bitbake: cooker/command: Add error state for the server and use for pre_serve...Richard Purdie
2013-10-07bitbake: replace comment added in conf filesCristiana Voicu
2013-10-04bitbake/hob: removing extra parameters from conf files using hobCristiana Voicu
2013-10-04HOB: MACHINE should be saved in conf files using ?=Valentin Popa
2013-09-18bitbake: cooker, command: add a command to return global dataAlexandru DAMIAN
2013-09-18bitbake: cooker: get extra information from recipe cacheAlexandru DAMIAN
2013-09-18bitbake: cooker,runqueue: send the task dependency treeAlexandru DAMIAN
2013-09-18bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN
2013-09-18cooker: return a copy checkPackagesRichard Purdie
2013-09-17cooker: Allow profiling of the parser in profile modeRichard Purdie
2013-09-17cooker: Avoid duplication for taskdata creationAlexandru DAMIAN
2013-09-13cooker: updateCache should rause exceptions, not sys.exitRichard Purdie
2013-09-13cooker/command: Add finishcommand to reset cooker stateRichard Purdie
2013-09-13cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-09-13cooker: Clean up init/reset configuration codeRichard Purdie
2013-09-13cooker: Drop obsolete worker testRichard Purdie
2013-09-02bitbake/cooker: fix some calls of cookerdata.findConfigFile methodCristiana Voicu
2013-08-26command.py: Call updateCache for all states != runningRichard Purdie
2013-08-06cooker: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALLCristiana Voicu
2013-08-06hob/bitbake: when an image is saved, it should require an image from layersCristiana Voicu
2013-08-06hob & bitbake: append a value to a variable from hob throught bitbakeCristiana Voicu
2013-08-06hob/bitbake: save the description of a custom imageCristiana Voicu
2013-08-06hob/bitbake: create a template (a .bb file) from hob through bitbakeCristiana Voicu
2013-06-27bitbake: adding a new comment should be placed on a new lineCristiana Voicu
2013-06-20bitbake: call the initConfiguration when reparsingCristiana Voicu
2013-06-20cooker: Ensure configuration matches variable tracking stateRichard Purdie
2013-06-20bitbake: remove the function for reparse because it does nothingCristiana Voicu
2013-06-12prserv: Adapt autostart to bitbake-workerRichard Purdie
2013-06-07cooker: Split data from configurationRichard Purdie
2013-05-30bitbake: move extra cache collection out of cookerAlexandru DAMIAN
2013-05-24cooker/cookerdata: Fix up event handling for hobRichard Purdie
2013-05-24cooker/cookerdata: Improve configuration object handlingRichard Purdie
2013-05-23cooker/cookerdata/event: Improve class handlers managementRichard Purdie
2013-05-23cooker/cookerdata/utils: Improve context managementRichard Purdie
2013-05-23cooker.py: Remove global scope class event handlersRichard Purdie
2013-05-23methodpool: Retire it, remove global method scopeRichard Purdie
2013-05-21cooker: Split configuration parsing code into cookerdataRichard Purdie
2013-05-21cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie
2013-05-21bitbake: Create cookerdata splitting config from cooker and bin/bitbakeRichard Purdie
2013-05-13cooker/bitbake-layers/tinfoil: Fix recipecache typoRichard Purdie
2013-05-12cooker: Rename status variable to recipecacheRichard Purdie
2013-05-12cooker: Rename confusing buildDepgraph task to handlePrefProvidersRichard Purdie
2013-05-12cooker: Drop pointless variablesRichard Purdie
2013-05-12cooker.py: Drop confusing updateCache callsRichard Purdie
2013-05-12cooker: Remove pointless repeated importRichard Purdie
2013-05-12cooker: Fix get_bbfiles()Richard Purdie
2013-05-12cooker: Separate out collections handling code into its own classRichard Purdie
2013-05-12cooker: Drop unused variables from collect_bbfiles()Richard Purdie
2013-05-09cooker: Remove deprecated operatorRichard Purdie
2013-05-03prserv/cooker: Handle PRService errors cleanlyRichard Purdie