summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: siggen: Pass basehash to worker processes and sanity check reparsing...Richard Purdie2016-11-041-4/+9
* bitbake: build: Ensure we preserve sigbasedata files as well as sigdata onesRichard Purdie2016-11-041-1/+1
* bitbake: bb.event: fix infinite loop on print_ui_queueAníbal Limón2016-10-151-2/+2
* bitbake: runqueue.py: Remove redundant whitelist checksRandy Witt2016-10-111-1/+4
* bitbake: bitbake: Update version to 1.32.0Richard Purdie2016-10-111-1/+1
* bitbake: depexp: Close UI with error message on NoProvider eventJussi Kukkonen2016-10-111-0/+24
* bitbake: main: Check bitbake server-only port is a numberBenjamin Esquivel2016-10-091-0/+7
* bitbake: runqueue: Optimise task id string manipulationsRichard Purdie2016-10-092-52/+36
* bitbake: bb.runqueue: fix unexpected process death logicChristopher Larson2016-10-091-10/+5
* bitbake: ui/knotty.py: Fix signal handling of SIGWINCH in BBProgressAníbal Limón2016-10-091-7/+8
* bitbake: toaster: buildinfohelper: Use correct way to get message from LogMes...Michael Wood2016-10-061-6/+3
* bitbake: bb.build: in _exec_task, catch errors from TaskStartedChristopher Larson2016-10-051-16/+24
* bitbake: event: prevent unclosed file warning in print_ui_queueJoshua Lock2016-10-051-3/+3
* bitbake: bitbake: Update version to 1.31.2Richard Purdie2016-10-051-1/+1
* bitbake: bb/event.py: fire_ui_handlers enable threading lock supportAníbal Limón2016-10-051-0/+21
* bitbake: data: Fix handling of vardepvalueexcludeRichard Purdie2016-10-011-1/+1
* bitbake: toaster: make error message more informativeEd Bartosh2016-09-301-1/+1