summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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: bitbake-worker: Further IO performance tweaksRichard Purdie2016-12-081-4/+9
* bitbake: lib/bs4: Fix imports from html5lib >= 0.9999999/1.0b8Daniel Lublin2016-12-071-5/+12
* bitbake: cooker: convert type which needs to be marshalledSujith H2016-12-071-1/+1
* bitbake: toaster: browser tests - add Selenium Docker container as driverbrian avery2016-12-072-4/+30
* 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: bldcontrol Move CustomImageRecipe file creation into own fu...Michael Wood2016-11-301-69/+75
* bitbake: toaster: orm models Handle CustomImageRecipe BRLayer hereMichael Wood2016-11-301-21/+37
* bitbake: toaster: orm models Project class Fix pyflake errorsMichael Wood2016-11-301-8/+12
* bitbake: toaster: buildinfohelper toaster-custom-images layerMichael Wood2016-11-304-20/+31
* bitbake: toaster: localhostbecontroller write toaster layers for project to t...Sujith H2016-11-301-14/+4
* bitbake: toaster: localhostbecontroller accept custom init script for buildSujith H2016-11-301-2/+7
* bitbake: toaster: tablejs Fix missing close square bracketReyna, David2016-11-301-1/+1
* bitbake: toaster: orm gen_layerdeps Protect against circular Layer dependenciesReyna, David2016-11-301-4/+9
* bitbake: toaster: customrecipejs Consume click event on 'a' link if disabledMichael Wood2016-11-301-0/+6
* bitbake: toaster: Add an example production settings fileMichael Wood2016-11-301-0/+58
* bitbake: toaster: tests Add management command testsMichael Wood2016-11-304-0/+194
* bitbake: toaster: runbuilds Write the pidfile in python rather than shell scriptMichael Wood2016-11-303-9/+15
* bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock2016-11-309-16/+16
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-3042-279/+279
* bitbake: bitbake-worker: Handle cooker/worker IO deadlockingRichard Purdie2016-11-291-16/+36
* bitbake: COW.py: fix sample codesKai Kang2016-11-231-12/+12
* bitbake: toaster: layerindex updater Take into account layers being predefinedMichael Wood2016-11-231-41/+19
* bitbake: toaster: orm/fixtures Add the master release and correct morty releaseMichael Wood2016-11-232-9/+96
* bitbake: toaster: settings fixture Set default release to masterMichael Wood2016-11-231-1/+1
* 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: toaster: settings set ALLOWED_HOSTS to * in debug modebrian avery2016-11-161-3/+13
* 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: add tests/eventreplay/READMEEd Bartosh2016-11-041-0/+22
* bitbake: toaster: add eventreplay test case for zlibEd Bartosh2016-11-041-1/+11