| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: toaster: do not fail on optional 'custom.xml' file | David Reyna | 2018-03-28 | 1 | -1/+4 |
* | bitbake: fetch2/git: log exception if ls-remote fails | Ross Burton | 2018-03-28 | 1 | -1/+2 |
* | bitbake: tests/fetch: state which upstream failed | Ross Burton | 2018-03-28 | 1 | -2/+2 |
* | bitbake: utils.py: Add option for explode_dep_versions2 to return unsorted | Amanda Brindle | 2018-03-15 | 1 | -2/+3 |
* | bitbake: cooker: Fix environment double key expansion issue | Richard Purdie | 2018-03-04 | 1 | -3/+2 |
* | bitbake: cooker: Run registered anonymous python before displaying environment | Richard Purdie | 2018-03-04 | 1 | -1/+3 |
* | bitbake: parse/ast: Abstract anonymous function execution into a function | Richard Purdie | 2018-03-04 | 1 | -4/+7 |
* | bitbake: runqueue: Ensure only recursive task dependencies are pruned | Richard Purdie | 2018-03-01 | 1 | -1/+1 |
* | bitbake: bitbake: toaster: don't use git fetch --all | Robert Yang | 2018-02-14 | 1 | -1/+1 |
* | bitbake: fetch2: Handle missing donestamp file when content is valid | Nathan Rossi | 2018-02-14 | 2 | -11/+114 |
* | bitbake: fetch2/npm.py: Fix inverted condition to prevent infinite loop | Böszörményi Zoltán | 2018-02-14 | 1 | -3/+5 |
* | bitbake: bitbake: parse: fixes for resolve_file() | Robert Yang | 2018-02-14 | 3 | -7/+2 |
* | bitbake: bitbake: cache: improve debug message | Robert Yang | 2018-02-14 | 1 | -1/+4 |
* | bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdown | Robert Yang | 2018-02-14 | 2 | -2/+2 |
* | bitbake: bitbake: cooker: fix for BBFILE_PATTERN matches bbappend | Robert Yang | 2018-02-14 | 1 | -3/+7 |
* | bitbake: bitbake: cooker: skip when BBFILE_PATTERN is empty | Robert Yang | 2018-02-14 | 1 | -0/+1 |
* | bitbake: fetch/git: Use 'git-make-shallow' from bin directory | Nathan Rossi | 2018-02-14 | 2 | -5/+5 |
* | bitbake: main/runqueue: Rework runall task and add runonly option | Richard Purdie | 2018-02-14 | 3 | -14/+46 |
* | bitbake: runqueue: Rewrite and optimize recrdepends handling | Richard Purdie | 2018-02-06 | 1 | -51/+83 |
* | bitbake: runqueue: Optimize recrdepends handling | Richard Purdie | 2018-02-06 | 1 | -10/+13 |
* | bitbake: runqueue: Remove unused variables | Richard Purdie | 2018-02-06 | 1 | -2/+0 |
* | bitbake: runqueue: Fix recidepends handling | Richard Purdie | 2018-02-06 | 1 | -41/+51 |
* | bitbake: fetch/git: Add pack-refs command to mirror handling code | Richard Purdie | 2018-01-29 | 1 | -0/+1 |
* | bitbake: cooker: Sort task graph (dot) file output | Richard Purdie | 2018-01-29 | 1 | -6/+6 |
* | bitbake: fetch2/__init__: Disable pseudo in runfetchcmd() | Peter Kjellerstedt | 2018-01-08 | 1 | -0/+3 |
* | bitbake: events: Drop unused cfg property | Richard Purdie | 2018-01-08 | 1 | -9/+0 |
* | bitbake: tests/fetch: Allow bit/bitbake-selftest to function correctly | Richard Purdie | 2018-01-07 | 1 | -1/+1 |
* | bitbake: tests/event: tests: Add event classes test class | Jair Gonzalez | 2018-01-07 | 1 | -0/+499 |
* | bitbake: tests/event: Remove empty assignments from event tests | Jair Gonzalez | 2018-01-07 | 1 | -4/+4 |
* | bitbake: tests/event: Add test for bb.event.worker_fire | Jair Gonzalez | 2018-01-07 | 1 | -0/+8 |
* | bitbake: tests/event: Include tests for event filtering features | Jair Gonzalez | 2018-01-07 | 1 | -9/+111 |
* | bitbake: toaster: corrupted patch for bldcollector URL file | David Reyna | 2018-01-02 | 1 | -1/+1 |
* | bitbake: build.py: Don't return dependencies for tasks which don't exist | Richard Purdie | 2017-12-28 | 1 | -0/+6 |
* | bitbake: toaster: add 'nobuild' option to Toaster | David Reyna | 2017-12-18 | 4 | -23/+44 |
* | bitbake: toaster: landing page show cmdline capture | David Reyna | 2017-12-18 | 1 | -1/+7 |
* | bitbake: toaster: enable custom env support for shell calls | David Reyna | 2017-12-18 | 1 | -11/+15 |
* | bitbake: toaster: some recipe events do not include packages | David Reyna | 2017-12-18 | 1 | -1/+5 |
* | bitbake: toaster: update Toaster for Django 1.11 | David Reyna | 2017-12-18 | 5 | -5/+5 |
* | bitbake: toaster: unset BBPATH before starting bbserver for backwards compati... | David Reyna | 2017-12-18 | 1 | -6/+12 |
* | bitbake: providers: Fix determinism issue | Richard Purdie | 2017-12-10 | 1 | -3/+3 |
* | bitbake: fetch2: fix unpack of .txz files | André Draszik | 2017-11-29 | 1 | -1/+1 |
* | bitbake: fetch/wget: use with to ensure the response is closed | Ross Burton | 2017-11-21 | 1 | -1/+2 |
* | bitbake: fetch/wget: improve proxy object | Ross Burton | 2017-11-21 | 1 | -0/+1 |
* | bitbake: cooker: fix typo in bitbake -g message | Paul Eggleton | 2017-11-21 | 1 | -1/+1 |
* | bitbake: tinfoil: ensure get_recipe_info() returns Null if recipe not found | Paul Eggleton | 2017-11-21 | 1 | -7/+10 |
* | bitbake: bitbake-layers: show-recipes: fix help to mention -i supports multip... | Paul Eggleton | 2017-11-21 | 1 | -1/+1 |
* | bitbake: bitbake-layers: remove-layer: support removing multiple layers at a ... | Paul Eggleton | 2017-11-21 | 1 | -9/+12 |
* | bitbake: bitbake-layers: add-layer: enable adding multiple layers at once | Paul Eggleton | 2017-11-21 | 1 | -11/+13 |
* | bitbake: runqueue: Fix typo builable -> buildable | Richard Purdie | 2017-11-21 | 1 | -2/+2 |
* | bitbake: tinfoil: Ensure we clean up loggers | Richard Purdie | 2017-11-09 | 1 | -2/+8 |