summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker/command: Drop expanded_dataRichard Purdie2016-12-163-21/+19
* bitbake: bitbake: remove True option to getVar calls (take 2)Joshua Lock2016-12-163-3/+3
* bitbake: lib/bb/build: enable access to logger within tasksPaul Eggleton2016-12-142-0/+12
* bitbake: server/process: don't change UI process signal handler on terminatePaul Eggleton2016-12-141-1/+0
* bitbake: siggen: add means of ignoring basehash mismatchPaul Eggleton2016-12-141-1/+2
* bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton2016-12-143-0/+3
* bitbake: data_smart: support serialisationPaul Eggleton2016-12-142-0/+36
* bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton2016-12-143-7/+12
* bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton2016-12-144-11/+18
* bitbake: tinfoil: implement server-side recipe parsingPaul Eggleton2016-12-142-17/+81
* bitbake: remotedata: enable transporting datastore from the client to the serverPaul Eggleton2016-12-141-0/+42
* bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton2016-12-145-97/+659
* bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton2016-12-143-0/+16
* bitbake: data_smart: implement remote datastore functionalityPaul Eggleton2016-12-142-6/+72
* bitbake: server/xmlrpc: send back 503 response with correct encodingPaul Eggleton2016-12-141-1/+1
* bitbake: knotty: fix --observe-only optionPaul Eggleton2016-12-141-3/+7
* bitbake: knotty: make quiet option a level optionPaul Eggleton2016-12-142-9/+30
* bitbake: data_smart: fix resetting of reference on variablehistoryPaul Eggleton2016-12-141-1/+1
* bitbake: cooker: Handle inofity queue overflows more gracefullyRichard Purdie2016-12-081-0/+8
* bitbake: cooker: Fix world taskgraph generation issueRichard Purdie2016-12-081-4/+10
* bitbake: utils: Avoid traceback errorsRichard Purdie2016-12-081-1/+1
* bitbake: runqueue: Send BB_TASKDEPDATA for setscene tasksRichard Purdie2016-12-081-2/+42
* bitbake: runqueue: Add the taskhash to BB_TASKDEPDATARichard Purdie2016-12-081-1/+2
* bitbake: cooker: convert type which needs to be marshalledSujith H2016-12-071-1/+1
* bitbake: depexp: fix string formatting.Ismo Puustinen2016-12-071-1/+1
* bitbake: monitordisk: add eventPatrick Ohly2016-12-072-0/+25
* bitbake: monitordisk.py: minor code and comment cleanupPatrick Ohly2016-12-071-9/+6
* bitbake: runqueue.py: monitor disk space at regular time intervalsPatrick Ohly2016-12-071-5/+19
* bitbake: cooker process: fire heartbeat event at regular time intervalsPatrick Ohly2016-12-074-0/+39
* bitbake: ast: remove BBVERSIONS supportRoss Burton2016-11-301-67/+0
* bitbake: codeparser.py: support deeply nested tokensPatrick Ohly2016-11-301-12/+17
* bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen2016-11-307-12/+15
* bitbake: toaster: buildinfohelper Clarify log message for build historyMichael Wood2016-11-301-2/+2
* bitbake: toaster: buildinfohelper fix _get_layer_version_for_dependencyMichael Wood2016-11-301-12/+20
* bitbake: toaster: buildinfohelper Simplify layer event to toaster layer functionMichael Wood2016-11-301-41/+28
* bitbake: toaster: buildinfohelper toaster-custom-images layerMichael Wood2016-11-301-6/+1
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-308-15/+15
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-3033-257/+257
* bitbake: COW.py: fix sample codesKai Kang2016-11-231-12/+12
* bitbake: taskdata.py: improve handling of depends/rdependsPatrick Ohly2016-11-231-18/+15
* bitbake: data_smart.py: don't reorder internal bitbake variables when calcula...Patrick Ohly2016-11-231-1/+0
* bitbake: data_smart: Default to expansion for getVar/getVarFlagsRichard Purdie2016-11-231-2/+2
* bitbake: data: Drop deprecated old style bitbake APIRichard Purdie2016-11-231-53/+0
* bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie2016-11-239-24/+24
* bitbake: fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warningsPaul Eggleton2016-11-231-8/+14
* bitbake: lib/bb/cooker.py: fix for BBFILE_PATTERN = ""Robert Yang2016-11-041-0/+4
* bitbake: toasterui.py: warn if buildstats is missingOlaf Mandel2016-11-041-0/+3
* bitbake: toaster: buildinfohelper Handle regex pathsbrian avery2016-11-041-1/+26
* bitbake: data: fix exception handling in exported_vars()Markus Lehtonen2016-11-041-3/+5
* bitbake: siggen: Ensure taskhash mismatches don't override existing dataRichard Purdie2016-11-041-9/+9