| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: lib/bb/cooker.py: fix for BBFILE_PATTERN = "" | Robert Yang | 2016-11-04 | 1 | -0/+4 |
* | bitbake: toasterui.py: warn if buildstats is missing | Olaf Mandel | 2016-11-04 | 1 | -0/+3 |
* | bitbake: toaster: add tests/eventreplay/README | Ed Bartosh | 2016-11-04 | 1 | -0/+22 |
* | bitbake: toaster: add eventreplay test case for zlib | Ed Bartosh | 2016-11-04 | 1 | -1/+11 |
* | bitbake: toaster: add eventreplay test case for core-image-minimal | Ed Bartosh | 2016-11-04 | 1 | -0/+87 |
* | bitbake: toaster: use current directory if BUILDDIR is not set | Ed Bartosh | 2016-11-04 | 1 | -1/+1 |
* | bitbake: toaster: buildinfohelper Handle regex paths | brian avery | 2016-11-04 | 1 | -1/+26 |
* | bitbake: toaster: tests builds test_core_image_min Clean ups | Michael Wood | 2016-11-04 | 1 | -30/+20 |
* | bitbake: toaster: tests builds Update buildtest | Michael Wood | 2016-11-04 | 1 | -48/+81 |
* | bitbake: toaster: orm models Handle run builds process not yet running | Michael Wood | 2016-11-04 | 1 | -2/+6 |
* | bitbake: toaster: test browser test_layerdetails_page add wait_until_visible | Michael Wood | 2016-11-04 | 1 | -1/+2 |
* | bitbake: toaster: Remove contrib tts | Michael Wood | 2016-11-04 | 16 | -3442/+0 |
* | bitbake: toaster: Delete useless bldcontrol/test | Michael Wood | 2016-11-04 | 1 | -141/+0 |
* | bitbake: toaster: Move views tests to main testing module | Michael Wood | 2016-11-04 | 3 | -0/+4 |
* | bitbake: toaster: views Tests fix all pyflake identified issues | Michael Wood | 2016-11-04 | 1 | -48/+47 |
* | bitbake: bitbake-worker: print full traceback instead of message only | Markus Lehtonen | 2016-11-04 | 1 | -2/+3 |
* | bitbake: data: fix exception handling in exported_vars() | Markus Lehtonen | 2016-11-04 | 1 | -3/+5 |
* | bitbake: siggen: Ensure taskhash mismatches don't override existing data | Richard Purdie | 2016-11-04 | 1 | -9/+9 |
* | bitbake: siggen: Pass basehash to worker processes and sanity check reparsing... | Richard Purdie | 2016-11-04 | 1 | -4/+9 |
* | bitbake: build: Ensure we preserve sigbasedata files as well as sigdata ones | Richard Purdie | 2016-11-04 | 1 | -1/+1 |
* | bitbake: toaster: Update default release to Morty | brian avery | 2016-10-15 | 1 | -1/+1 |
* | bitbake: toaster: Update poky fixture for Morty release | brian avery | 2016-10-15 | 1 | -6/+6 |
* | bitbake: toaster: Update oe-core fixture for Morty release | brian avery | 2016-10-15 | 1 | -8/+8 |
* | bitbake: bb.event: fix infinite loop on print_ui_queue | Aníbal Limón | 2016-10-15 | 1 | -2/+2 |
* | bitbake: bitbake-user-manual: Changed BB_SETSCENE_VERIFY_FUNCTION name | Scott Rifenbark | 2016-10-13 | 3 | -3/+3 |
* | bitbake: bitbake-user-manual: Fixes small typos for 'addtask' section | Scott Rifenbark | 2016-10-13 | 1 | -3/+3 |
* | bitbake: bitbake-user-manual: Updated the [noexec] and [nostamp] flag descrip... | Scott Rifenbark | 2016-10-13 | 1 | -4/+13 |
* | bitbake: bitbake-user-manual: Fleshed out the "addtask" documentation | Scott Rifenbark | 2016-10-13 | 1 | -33/+91 |
* | bitbake: bitbake-user-manual: Updated the datastore functions | Scott Rifenbark | 2016-10-13 | 1 | -12/+32 |
* | bitbake: runqueue.py: Remove redundant whitelist checks | Randy Witt | 2016-10-11 | 1 | -1/+4 |
* | bitbake: bitbake: Update version to 1.32.0 | Richard Purdie | 2016-10-11 | 2 | -2/+2 |
* | bitbake: depexp: Close UI with error message on NoProvider event | Jussi Kukkonen | 2016-10-11 | 1 | -0/+24 |
* | bitbake: main: Check bitbake server-only port is a number | Benjamin Esquivel | 2016-10-09 | 1 | -0/+7 |
* | bitbake: runqueue: Optimise task id string manipulations | Richard Purdie | 2016-10-09 | 2 | -52/+36 |
* | bitbake: toaster: fix cloning of git+ssh repositories | Ed Bartosh | 2016-10-09 | 1 | -1/+1 |
* | bitbake: bb.runqueue: fix unexpected process death logic | Christopher Larson | 2016-10-09 | 1 | -10/+5 |
* | bitbake: ui/knotty.py: Fix signal handling of SIGWINCH in BBProgress | Aníbal Limón | 2016-10-09 | 1 | -7/+8 |
* | bitbake: toaster: Update tests to reflect front end changes | Michael Wood | 2016-10-06 | 3 | -2/+12 |
* | bitbake: toaster: Delete notification update front end implementation to design | Michael Wood | 2016-10-06 | 5 | -4/+10 |
* | bitbake: toaster: importlayer Fix layer dependencies button state toggle | Michael Wood | 2016-10-06 | 1 | -25/+5 |
* | bitbake: toaster: checksettings Remove confusing startup messages | Michael Wood | 2016-10-06 | 1 | -2/+0 |
* | bitbake: toaster: buildinfohelper: Use correct way to get message from LogMes... | Michael Wood | 2016-10-06 | 1 | -6/+3 |
* | bitbake: toaster: api / project Cancel any in progress builds before project ... | Michael Wood | 2016-10-06 | 2 | -26/+41 |
* | bitbake: bitbake-user-manual: Added new section on BB-style functions | Scott Rifenbark | 2016-10-06 | 1 | -3/+96 |
* | bitbake: bitbake-user-manual: Updated minor wordings. | Scott Rifenbark | 2016-10-06 | 1 | -4/+4 |
* | bitbake: bitbake-user-manual: Added examples for using overrides with functions. | Scott Rifenbark | 2016-10-06 | 1 | -13/+104 |
* | bitbake: bitbake-user-manual: Fixed grammar from missing word | Scott Rifenbark | 2016-10-06 | 1 | -1/+1 |
* | bitbake: toaster: add Font Awesome license | bavery | 2016-10-05 | 1 | -0/+2 |
* | bitbake: bb.build: in _exec_task, catch errors from TaskStarted | Christopher Larson | 2016-10-05 | 1 | -16/+24 |
* | bitbake: event: prevent unclosed file warning in print_ui_queue | Joshua Lock | 2016-10-05 | 1 | -3/+3 |