summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: runqueue: Fix sceneQueueEvent to use the correct hashesRichard Purdie2014-03-251-1/+1
* bitbake: hob: fix set_extra_setting functionMarius Avram2014-03-251-9/+21
* bitbake: cooker: delVar in removeConfigurationVarMarius Avram2014-03-251-0/+2
* bitbake: toaster: clean exit on bb server shutdownAlexandru DAMIAN2014-03-251-2/+5
* bitbake: toasterui: save missed sstate tasksAlexandru DAMIAN2014-03-252-0/+23
* bitbake: toaster: select recipe based on PN nameAlexandru DAMIAN2014-03-251-12/+14
* bitbake: bitbake toaster: check the file_name with the content of the IMAGE_F...Cristiana Voicu2014-03-251-1/+2
* bitbake: hob: output filenames based on initial recipe nameMarius Avram2014-03-245-14/+22
* bitbake: fetch2.URI: Set username/password should not change the otherOlof Johansson2014-03-242-2/+17
* bitbake: fetch2.URI: Support URIs with both query strings and paramsOlof Johansson2014-03-242-11/+23
* bitbake: fetch2.URI: add support for query parametersOlof Johansson2014-03-242-15/+53
* bitbake: tests.fetch: Remove debug assertOlof Johansson2014-03-241-2/+0
* bitbake: fetch2.URI: Coerce urlparse to use netloc for all schemesOlof Johansson2014-03-241-6/+15
* bitbake: toaster: fix task elapsed time calculationAlexandru DAMIAN2014-03-211-6/+8
* bitbake: toaster: measure task duration with server-side timestampsAlexandru DAMIAN2014-03-212-4/+9
* bitbake: ConfHandlerr: Use full path in variable historyMarius Avram2014-03-211-1/+1
* bitbake: runqueue: Remove use of waitpid on worker processesRichard Purdie2014-03-191-16/+12
* bitbake: runqueue: Revert child signal handler for nowRichard Purdie2014-03-191-28/+17
* bitbake: runqueue: Don't catch all child return codesRichard Purdie2014-03-191-3/+4
* bitbake: runqueue: Really fix sigchld handlingRichard Purdie2014-03-181-14/+14
* bitbake: runqueue: Ensure handler does not recurseRichard Purdie2014-03-181-1/+1
* bitbake: runqueue: More carefully handle the sigchld handlerRichard Purdie2014-03-181-2/+4
* bitbake: hob: sync after image deployValentin Popa2014-03-171-1/+1
* bitbake: runqueue: Don't error if we never setup workersRichard Purdie2014-03-171-1/+2
* bitbake: toaster: improve recipe matching for native tasksAlexandru DAMIAN2014-03-171-6/+12
* bitbake: toaster: fix target file inode type informationAlexandru DAMIAN2014-03-171-4/+4
* bitbake: bitbake: cooker: some IMAGE_FEATURES not recognizedMarius Avram2014-03-141-1/+1
* bitbake: toaster: add license manifest path to databaseCristiana Voicu2014-03-142-3/+19
* bitbake: toaster: populate target image file tableCristiana Voicu2014-03-142-0/+15
* bitbake: runqueue: Improve sigchld handlerRichard Purdie2014-03-121-5/+10
* bitbake: toaster: write files-in-image to the databaseAlexandru DAMIAN2014-03-111-2/+113
* bitbake: runqueue: Use SIGCHLD instead of polling waitpidRichard Purdie2014-03-101-14/+19
* bitbake: server/process: Optimise latency when finishing idle functionsRichard Purdie2014-03-101-0/+1
* bitbake: server/process: Drop unnecessary exit delayRichard Purdie2014-03-101-1/+0
* bitbake: server/process: Use a pipe for quit events instead of Event()Richard Purdie2014-03-101-5/+9
* bitbake: knotty: Remove latency when exitingRichard Purdie2014-03-101-2/+2
* bitbake: knotty: Add missing continue statement for runQueueExitWait eventRichard Purdie2014-03-101-2/+1
* bitbake: providers/runqueue/taskdata: Optimise logger.debug callsRichard Purdie2014-03-103-5/+11
* bitbake: cooker: Handle SIGTERM more gracefullyRichard Purdie2014-03-101-0/+7
* bitbake: server/process: Deal more gracefully with SIGTERMRichard Purdie2014-03-101-1/+15
* bitbake: server/process: Use the setFeatures command on the server instead of...Richard Purdie2014-03-101-13/+8
* bitbake: cooker/command: Add setFeatures commandRichard Purdie2014-03-102-0/+15
* bitbake: runqueue.py: Gracefully handle a missing worker processRichard Purdie2014-03-101-7/+14
* bitbake: runqueue.py: Handle worker disappearing gracefullyRichard Purdie2014-03-101-5/+22
* bitbake: knotty: Deal with exceptions not resetting terminal configurationRichard Purdie2014-03-101-2/+2
* bitbake: toasterui: fix task identificationAlexandru DAMIAN2014-03-091-6/+22
* bitbake: toasterui: fix status update on failed sstate tasksAlexandru DAMIAN2014-03-091-3/+6
* bitbake: toaster: update database schemaAlexandru DAMIAN2014-03-091-7/+1
* bitbake: toasterui: add asserts on expected valuesAlexandru DAMIAN2014-03-091-37/+105
* bitbake: toasterui: task data structure in toasteruiAlexandru DAMIAN2014-03-091-7/+10