summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2014-08-23cooker: tweak CookerCollectFiles::find_bbfilesBernhard Reutner-Fischer
2014-08-02cooker: Get rid of duplicate 'import re'Namhyung Kim
2014-07-23"per-package" should say "per-recipe"Robert P. J. Day
2014-04-04cooker: Overwrite IMAGE_BASENAME to default in custom imageMarius Avram
2014-04-01bitbake: cooker: mark setFeatures command as read-onlyAlexandru DAMIAN
2014-03-28bin/bitbake/cooker: Ensure initial featureset is optimalRichard Purdie
2014-03-28cooker: Only change self.data if it existsRichard Purdie
2014-03-26cooker/event: Overhaul sanity test mechanismRichard Purdie
2014-03-25cooker: delVar in removeConfigurationVarMarius Avram
2014-03-14bitbake: cooker: some IMAGE_FEATURES not recognizedMarius Avram
2014-03-09cooker: Handle SIGTERM more gracefullyRichard Purdie
2014-03-09cooker/command: Add setFeatures commandRichard Purdie
2014-01-27bitbake: hob: check if parser has attribute 'shutdown'Irina Patru
2014-01-27cooker: Add option of specifying indvidual tasks for targetsRichard Purdie
2014-01-03bitbake/lib/bb/cooker.py: remove a duplicated self.dataRobert Yang
2013-12-03cooker/command/hob: Cleanup configuration init/reset functions and commandsRichard Purdie
2013-12-02bitbake.lock: Add host:port to bitbake.lock for memres serverJason Wessel
2013-11-29cooker: Fix support for wildcards in bbappend filenamesNathan Rossi
2013-11-22cooker: add support for using % as a wildcard in bbappend filenameSaul Wold
2013-11-20bitbake: cooker, toaster: mark interrupted builds as failedAlexandru DAMIAN
2013-11-15cooker, toaster: variable definition trackingAlexandru DAMIAN
2013-11-15cooker: warn if user specifies a target listed in ASSUME_PROVIDEDPaul Eggleton
2013-11-12cooker: replace "w" file opening mode with "a" modeCristiana Voicu
2013-11-01cooker: do not recreate recipecache in buildfile modeAlexandru DAMIAN
2013-11-01cooker: add data to the dependency tree dumpAlexandru DAMIAN
2013-10-14cooker/command: Add error state for the server and use for pre_serve errorsRichard 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