| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: cooker: Fix parse progress for python3 | Richard Purdie | 2016-05-21 | 1 | -1/+1 |
* | bitbake: toaster: tests builds Add SSTATE_MISS as a valid condition for tc=833 | Michael Wood | 2016-05-20 | 1 | -3/+10 |
* | bitbake: toaster: tests build Add a test for a build of core-image-minimal | Michael Wood | 2016-05-20 | 1 | -0/+389 |
* | bitbake: toaster: tests Add a BuildTest helper class | Michael Wood | 2016-05-20 | 3 | -0/+148 |
* | bitbake: toaster: Add a specific test settings file | Michael Wood | 2016-05-20 | 1 | -0/+41 |
* | bitbake: toaster: runbuilds move the execution sequence out of the poll loop | Michael Wood | 2016-05-20 | 1 | -15/+16 |
* | bitbake: toaster: Remove DATABASE_URL being passed around as an environment var | Michael Wood | 2016-05-20 | 4 | -78/+20 |
* | bitbake: toaster-tests: tests for project config | Sujith H | 2016-05-20 | 1 | -0/+115 |
* | bitbake: toaster: projectconf Small tweaks to IMAGE_FSTYPES form | Belen Barros Pena | 2016-05-20 | 1 | -2/+3 |
* | bitbake: toaster: handle multiple imagefs types | Sujith H | 2016-05-20 | 1 | -41/+70 |
* | bitbake: cooker: Improve taskgraph file handling | Richard Purdie | 2016-05-19 | 1 | -4/+7 |
* | bitbake: codeparser: Increase cache version after code parser dependency changes | Richard Purdie | 2016-05-19 | 1 | -1/+1 |
* | bitbake: bb.codeparser: track variable flag references | Christopher Larson | 2016-05-19 | 1 | -3/+9 |
* | bitbake: Provide LAYERDIR_RE for layer.conf | Christopher Larson | 2016-05-19 | 3 | -3/+19 |
* | bitbake: cache: Increase cache version after task checksum calculation changes | Richard Purdie | 2016-05-19 | 1 | -1/+1 |
* | bitbake: Implement support for per-task exports | Christopher Larson | 2016-05-19 | 2 | -1/+13 |
* | bitbake: bb.cooker: show limited traceback for parsing ExpansionError | Christopher Larson | 2016-05-19 | 1 | -2/+5 |
* | bitbake: bitbake-layers: convert to plugin-based | Christopher Larson | 2016-05-17 | 6 | -1005/+1098 |
* | bitbake: knotty: Fix output buffering issues | Richard Purdie | 2016-05-17 | 1 | -0/+2 |
* | bitbake: siggen: Fixes to handle sigdata/siginfo files only containing baseha... | Richard Purdie | 2016-05-17 | 1 | -1/+10 |
* | bitbake: toaster: don't show "Rebuild" button for cancelled cli builds | Elliot Smith | 2016-05-17 | 1 | -11/+14 |
* | bitbake: toasterui: capture keyboard interrupts the same way as knotty | Elliot Smith | 2016-05-17 | 1 | -1/+16 |
* | bitbake: buildinfohelper: add method to set current build as CANCELLED | Elliot Smith | 2016-05-17 | 1 | -0/+10 |
* | bitbake: toaster: toastergui tests Fix toastertable tests | Michael Wood | 2016-05-17 | 1 | -32/+66 |
* | bitbake: toaster: toastertables: Clean up and fix up a number of items | Michael Wood | 2016-05-17 | 3 | -87/+72 |
* | bitbake: toaster: use new syntax of except statement | Ed Bartosh | 2016-05-14 | 1 | -3/+3 |
* | bitbake: toaster: use print function in toaster script | Ed Bartosh | 2016-05-14 | 1 | -2/+2 |
* | bitbake: toaster: use 'in' instead of has_key | Ed Bartosh | 2016-05-14 | 3 | -16/+16 |
* | bitbake: server/process: Fix missing log messages issue | Richard Purdie | 2016-05-14 | 1 | -4/+4 |
* | bitbake: cooker/toasterui: Drop SEND_DEPENDS_TREE UI feature | Richard Purdie | 2016-05-14 | 2 | -8/+2 |
* | bitbake: runqueue.py: always emit bb.event.DepTreeGenerated | Patrick Ohly | 2016-05-14 | 1 | -4/+4 |
* | bitbake: toaster: fix progress bar in MySQL environment | Elliot Smith | 2016-05-13 | 2 | -2/+3 |
* | bitbake: main: Ensure exceptions are correctly displayed | Richard Purdie | 2016-05-13 | 1 | -2/+1 |
* | bitbake: cookerdata: Fix log messages and ensure we exit | Richard Purdie | 2016-05-13 | 1 | -1/+2 |
* | bitbake: event/msg: Pass formatted exceptions | Richard Purdie | 2016-05-13 | 2 | -3/+5 |
* | bitbake: fetch: Use OrderedDict for url parameters | Richard Purdie | 2016-05-13 | 2 | -7/+9 |
* | bitbake: main: Change warn() -> warning() | Richard Purdie | 2016-05-13 | 1 | -1/+1 |
* | bitbake: cooker: Fix log message syntax | Richard Purdie | 2016-05-13 | 1 | -1/+1 |
* | bitbake: utils: Force bitbake to en_US.UTF-8 locale setting everywhere | Richard Purdie | 2016-05-13 | 1 | -0/+7 |
* | bitbake: bin/bitbake-worker: Fix invalid bb.msg.fatal usage | Richard Purdie | 2016-05-13 | 1 | -1/+2 |
* | bitbake: contrib/dump_cache.py, cache: Fix to use python 3 syntax | Richard Purdie | 2016-05-13 | 2 | -3/+3 |
* | bitbake: knotty: Ensure consolelog file handle is closed | Richard Purdie | 2016-05-13 | 1 | -0/+5 |
* | bitbake: runqueue: Improve timestamp comparisons | Richard Purdie | 2016-05-13 | 1 | -1/+5 |
* | bitbake: daemonize/prserv/tests/fetch: Convert file() -> open() | Richard Purdie | 2016-05-13 | 3 | -8/+8 |
* | bitbake: toaster: tests browser Add test for creating a project | Michael Wood | 2016-05-11 | 1 | -0/+109 |
* | bitbake: toaster: models Add missing import sys | Michael Wood | 2016-05-11 | 1 | -0/+1 |
* | bitbake: toaster: ui handles duplicate project name in project page | Sujith H | 2016-05-11 | 2 | -1/+9 |
* | bitbake: toaster: ui handles duplicate project name in new project page | Sujith H | 2016-05-11 | 1 | -2/+10 |
* | bitbake: toaster: projectNameValidation API added | Sujith H | 2016-05-11 | 1 | -0/+62 |
* | bitbake: runqueue: Fix missing fakeworker under dry run | Richard Purdie | 2016-05-11 | 1 | -1/+1 |