summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: toaster: add eventreplay test case for core-image-minimalEd Bartosh2016-11-041-0/+87
* bitbake: toaster: use current directory if BUILDDIR is not setEd Bartosh2016-11-041-1/+1
* bitbake: toaster: buildinfohelper Handle regex pathsbrian avery2016-11-041-1/+26
* bitbake: toaster: tests builds test_core_image_min Clean upsMichael Wood2016-11-041-30/+20
* bitbake: toaster: tests builds Update buildtestMichael Wood2016-11-041-48/+81
* bitbake: toaster: orm models Handle run builds process not yet runningMichael Wood2016-11-041-2/+6
* bitbake: toaster: test browser test_layerdetails_page add wait_until_visibleMichael Wood2016-11-041-1/+2
* bitbake: toaster: Remove contrib ttsMichael Wood2016-11-0416-3442/+0
* bitbake: toaster: Delete useless bldcontrol/testMichael Wood2016-11-041-141/+0
* bitbake: toaster: Move views tests to main testing moduleMichael Wood2016-11-043-0/+4
* bitbake: toaster: views Tests fix all pyflake identified issuesMichael Wood2016-11-041-48/+47
* 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: toaster: Update default release to Mortybrian avery2016-10-151-1/+1
* bitbake: toaster: Update poky fixture for Morty releasebrian avery2016-10-151-6/+6
* bitbake: toaster: Update oe-core fixture for Morty releasebrian avery2016-10-151-8/+8
* 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: toaster: fix cloning of git+ssh repositoriesEd Bartosh2016-10-091-1/+1
* 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: Update tests to reflect front end changesMichael Wood2016-10-063-2/+12
* bitbake: toaster: Delete notification update front end implementation to designMichael Wood2016-10-065-4/+10
* bitbake: toaster: importlayer Fix layer dependencies button state toggleMichael Wood2016-10-061-25/+5
* bitbake: toaster: checksettings Remove confusing startup messagesMichael Wood2016-10-061-2/+0
* bitbake: toaster: buildinfohelper: Use correct way to get message from LogMes...Michael Wood2016-10-061-6/+3
* bitbake: toaster: api / project Cancel any in progress builds before project ...Michael Wood2016-10-062-26/+41
* 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-052-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
* bitbake: toaster: fix 'Unhandled MetadataEvent' errorEd Bartosh2016-09-301-0/+4
* bitbake: toaster: fix handling of EnvironmentErrorEd Bartosh2016-09-301-3/+6
* bitbake: toaster: check if file existEd Bartosh2016-09-301-0/+3
* bitbake: toaster: layerdetails Update implementation of delete imported layerMichael Wood2016-09-303-6/+12
* bitbake: toaster: customrecipe Add frontend feature to delete custom image re...Michael Wood2016-09-302-4/+63
* bitbake: toaster: importlayer Convert success import to new notification systemMichael Wood2016-09-302-78/+47
* bitbake: toaster: Add front end controls for deleting a buildMichael Wood2016-09-302-35/+105