| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsetting | Alexander Kanavin | 2020-11-20 | 1 | -5/+0 |
* | bitbake: doc/conf.py: add missing import sys | Mert Kirpici | 2020-11-20 | 1 | -0/+1 |
* | bitbake: cookerdata: tweak to avoid mutable default argument | Chris Laplante | 2020-11-11 | 1 | -3/+3 |
* | bitbake: bb.ui: delete __init__.py to make bb.ui a namespace package | Chris Laplante | 2020-11-11 | 1 | -7/+0 |
* | bitbake: main: extract creation of argument parser into function so it can be... | Chris Laplante | 2020-11-11 | 1 | -165/+168 |
* | bitbake: BBHandler: prompt error when task name contain expression | Lee Chee Yang | 2020-11-08 | 1 | -1/+5 |
* | bitbake: fetch2/git: Document that we won't support passwords in git urls | Richard Purdie | 2020-11-03 | 1 | -0/+5 |
* | bitbake: fetch2: add zstd support to unpack | Mert Kirpici | 2020-11-03 | 1 | -0/+4 |
* | bitbake: siggen: Remove broken optimisation | Richard Purdie | 2020-11-03 | 1 | -7/+1 |
* | bitbake: monitordisk: remove unused function parameter | Maxime Roussin-Bélanger | 2020-10-30 | 1 | -2/+2 |
* | bitbake: cache: remove unused variables. | Maxime Roussin-Bélanger | 2020-10-30 | 1 | -2/+0 |
* | bitbake: bitbake: Post release version bump | Richard Purdie | 2020-10-30 | 2 | -2/+2 |
* | bitbake: main: Handle cooker daemon startup error | Stacy Gaikovaia | 2020-10-26 | 1 | -2/+4 |
* | bitbake: tests/fetch: Update upstream master->main branchname transition | Richard Purdie | 2020-10-26 | 1 | -1/+1 |
* | bitbake: toaster: Update documentation links to new URLs | Reyna, David | 2020-10-19 | 7 | -13/+13 |
* | bitbake: bitbake: Bump version to 1.48.0 ready for the new release | Richard Purdie | 2020-10-19 | 2 | -2/+2 |
* | bitbake: ui/toasterui: Fix startup faults from incorrect event sequencing | Richard Purdie | 2020-10-17 | 1 | -2/+4 |
* | bitbake: toaster: Enable Gatesgarth branch in place of Zeus | David Reyna | 2020-10-17 | 2 | -15/+15 |
* | bitbake: lib/bb/ui/knotty: fix typo in parseprogress | Tim Orling | 2020-10-17 | 1 | -1/+1 |
* | bitbake: bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI url | Charlie Davies | 2020-10-17 | 1 | -6/+7 |
* | bitbake: process: Show command exceptions in the server log as well | Richard Purdie | 2020-10-11 | 1 | -0/+1 |
* | bitbake: tinfoil: When sending commands we need to process events | Richard Purdie | 2020-10-10 | 1 | -1/+10 |
* | bitbake: command: Ensure exceptions inheriting from BBHandledException are vi... | Richard Purdie | 2020-10-10 | 1 | -1/+5 |
* | bitbake: sphinx: rename Makefile.sphinx | Nicolas Dechesne | 2020-10-06 | 1 | -35/+0 |
* | bitbake: sphinx: remove DocBook files | Nicolas Dechesne | 2020-10-06 | 25 | -11898/+0 |
* | bitbake: docs: static: theme_overrides.css: fix responsive design on <640px s... | Quentin Schulz | 2020-10-06 | 1 | -2/+0 |
* | bitbake: docs: sphinx: report errors when dependencies are not met | Nicolas Dechesne | 2020-10-06 | 2 | -1/+11 |
* | bitbake: docs: update README file after migrationg to Sphinx | Nicolas Dechesne | 2020-10-06 | 1 | -17/+33 |
* | bitbake: docs: sphinx: replace special quotes with double quotes | Nicolas Dechesne | 2020-10-06 | 5 | -9/+9 |
* | bitbake: docs: ref-variables: add links to terms in glossary | Nicolas Dechesne | 2020-10-06 | 1 | -122/+122 |
* | bitbake: cooker: Avoid tracebacks if data was never setup | Richard Purdie | 2020-10-01 | 1 | -1/+2 |
* | bitbake: siggen: use correct umask when writing siginfo | Ross Burton | 2020-09-30 | 1 | -1/+2 |
* | bitbake: utils: add umask changing context manager | Ross Burton | 2020-09-30 | 1 | -0/+11 |
* | bitbake: tests/fetch: backslash support in file:// URIs | Leif Middelschulte | 2020-09-25 | 1 | -0/+5 |
* | bitbake: fetch2: fix handling of `\` in file:// SRC_URI | Leif Middelschulte | 2020-09-25 | 1 | -1/+1 |
* | bitbake: taskexp: update for GTK API changes | Ross Burton | 2020-09-24 | 1 | -1/+6 |
* | bitbake: Revert "bitbake-layers: add signal hander to avoid exception" | Richard Purdie | 2020-09-24 | 1 | -2/+0 |
* | bitbake: bitbake: siggen: clean_basepath: improve perfo and readability | Jean-Francois Dagenais | 2020-09-23 | 1 | -10/+20 |
* | bitbake: bitbake: tests/siggen: introduce clean_basepath testcases | Jean-Francois Dagenais | 2020-09-23 | 2 | -0/+92 |
* | bitbake: bitbake: tests/fetch: add unit tests for SRC_URI with spaces in url | Charlie Davies | 2020-09-23 | 1 | -0/+47 |
* | bitbake: bitbake: fetch/git: add support for SRC_URI containing spaces in url | Charlie Davies | 2020-09-23 | 1 | -6/+6 |
* | bitbake: bitbake: hashserv: Fix localhost sometimes resolved to a wrong IP | Anatol Belski | 2020-09-23 | 1 | -1/+6 |
* | bitbake: bitbake-user-manual: fix bad links | Nicolas Dechesne | 2020-09-16 | 2 | -2/+2 |
* | bitbake: sphinx: theme_override: Use bold for emphasis text | Richard Purdie | 2020-09-16 | 1 | -0/+4 |
* | bitbake: sphinx: theme_override: properly set font for verbatim text | Nicolas Dechesne | 2020-09-16 | 1 | -0/+5 |
* | bitbake: sphinx: remove leading '/' | Nicolas Dechesne | 2020-09-16 | 1 | -3/+3 |
* | bitbake: sphinx: update style for important, caution and warnings | Nicolas Dechesne | 2020-09-16 | 1 | -2/+11 |
* | bitbake: sphinx: last manual round of fixes/improvements | Nicolas Dechesne | 2020-09-16 | 6 | -1170/+1733 |
* | bitbake: sphinx: bitbake-user-manual: insert additional blank line after title | Nicolas Dechesne | 2020-09-16 | 5 | -0/+10 |
* | bitbake: sphinx: add releases page | Nicolas Dechesne | 2020-09-16 | 2 | -0/+131 |