summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Revert "fetch2: use relative symlinks for anything pulled from PREMI...Richard Purdie2020-12-091-5/+2
* bitbake: hashserv: client: Fix AF_UNIX path length limitsJoshua Watt2020-12-091-3/+12
* bitbake: Revert "bb.ui: delete __init__.py to make bb.ui a namespace package"Hongxu Jia2020-11-241-0/+7
* bitbake: docs: Makefile: enable parallel buildNicolas Dechesne2020-11-241-1/+1
* bitbake: providers: selected version not available should be a warningRoss Burton2020-11-241-2/+2
* bitbake: fetch2: use relative symlinks for anything pulled from PREMIRRORSHombourger, Cedric2020-11-241-2/+5
* bitbake: bitbake: cache: Remove bad keys() functionJoshua Watt2020-11-241-4/+0
* bitbake: bitbake: hashserve: Add support for readonly upstreamJoshua Watt2020-11-244-86/+268
* bitbake: bitbake: hashserve: Add async clientJoshua Watt2020-11-242-108/+143
* bitbake: Add missing documentation MakefileRichard Purdie2020-11-241-0/+35
* bitbake: lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsettingAlexander Kanavin2020-11-201-5/+0
* bitbake: doc/conf.py: add missing import sysMert Kirpici2020-11-201-0/+1
* bitbake: cookerdata: tweak to avoid mutable default argumentChris Laplante2020-11-111-3/+3
* bitbake: bb.ui: delete __init__.py to make bb.ui a namespace packageChris Laplante2020-11-111-7/+0
* bitbake: main: extract creation of argument parser into function so it can be...Chris Laplante2020-11-111-165/+168
* bitbake: BBHandler: prompt error when task name contain expressionLee Chee Yang2020-11-081-1/+5
* bitbake: fetch2/git: Document that we won't support passwords in git urlsRichard Purdie2020-11-031-0/+5
* bitbake: fetch2: add zstd support to unpackMert Kirpici2020-11-031-0/+4
* bitbake: siggen: Remove broken optimisationRichard Purdie2020-11-031-7/+1
* bitbake: monitordisk: remove unused function parameterMaxime Roussin-Bélanger2020-10-301-2/+2
* bitbake: cache: remove unused variables.Maxime Roussin-Bélanger2020-10-301-2/+0
* bitbake: bitbake: Post release version bumpRichard Purdie2020-10-302-2/+2
* bitbake: main: Handle cooker daemon startup errorStacy Gaikovaia2020-10-261-2/+4
* bitbake: tests/fetch: Update upstream master->main branchname transitionRichard Purdie2020-10-261-1/+1
* bitbake: toaster: Update documentation links to new URLsReyna, David2020-10-197-13/+13
* bitbake: bitbake: Bump version to 1.48.0 ready for the new releaseRichard Purdie2020-10-192-2/+2
* bitbake: ui/toasterui: Fix startup faults from incorrect event sequencingRichard Purdie2020-10-171-2/+4
* bitbake: toaster: Enable Gatesgarth branch in place of ZeusDavid Reyna2020-10-172-15/+15
* bitbake: lib/bb/ui/knotty: fix typo in parseprogressTim Orling2020-10-171-1/+1
* bitbake: bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI urlCharlie Davies2020-10-171-6/+7
* bitbake: process: Show command exceptions in the server log as wellRichard Purdie2020-10-111-0/+1
* bitbake: tinfoil: When sending commands we need to process eventsRichard Purdie2020-10-101-1/+10
* bitbake: command: Ensure exceptions inheriting from BBHandledException are vi...Richard Purdie2020-10-101-1/+5
* bitbake: sphinx: rename Makefile.sphinxNicolas Dechesne2020-10-061-35/+0
* bitbake: sphinx: remove DocBook filesNicolas Dechesne2020-10-0625-11898/+0
* bitbake: docs: static: theme_overrides.css: fix responsive design on <640px s...Quentin Schulz2020-10-061-2/+0
* bitbake: docs: sphinx: report errors when dependencies are not metNicolas Dechesne2020-10-062-1/+11
* bitbake: docs: update README file after migrationg to SphinxNicolas Dechesne2020-10-061-17/+33
* bitbake: docs: sphinx: replace special quotes with double quotesNicolas Dechesne2020-10-065-9/+9
* bitbake: docs: ref-variables: add links to terms in glossaryNicolas Dechesne2020-10-061-122/+122
* bitbake: cooker: Avoid tracebacks if data was never setupRichard Purdie2020-10-011-1/+2
* bitbake: siggen: use correct umask when writing siginfoRoss Burton2020-09-301-1/+2
* bitbake: utils: add umask changing context managerRoss Burton2020-09-301-0/+11
* bitbake: tests/fetch: backslash support in file:// URIsLeif Middelschulte2020-09-251-0/+5
* bitbake: fetch2: fix handling of `\` in file:// SRC_URILeif Middelschulte2020-09-251-1/+1
* bitbake: taskexp: update for GTK API changesRoss Burton2020-09-241-1/+6
* bitbake: Revert "bitbake-layers: add signal hander to avoid exception"Richard Purdie2020-09-241-2/+0
* bitbake: bitbake: siggen: clean_basepath: improve perfo and readabilityJean-Francois Dagenais2020-09-231-10/+20
* bitbake: bitbake: tests/siggen: introduce clean_basepath testcasesJean-Francois Dagenais2020-09-232-0/+92
* bitbake: bitbake: tests/fetch: add unit tests for SRC_URI with spaces in urlCharlie Davies2020-09-231-0/+47