summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: bitbake: asyncrpc: Defer all asyncio to child processJoshua Watt2021-08-232-48/+74
* bitbake: fetch2/wget: fix 'no_proxy' handlingEnrico Scholz2021-08-231-43/+44
* bitbake: bitbake: bitbake-layers: add skip reason to outputMarco Felsch2021-08-231-1/+1
* bitbake: bitbake: Make 3.6.0 the minimum python versionRichard Purdie2021-08-181-2/+2
* bitbake: fetch2/wget: fetch securely by defaultRoss Burton2021-08-121-3/+16
* bitbake: fetch2/wget: ensure all variables are set when calling urllibRoss Burton2021-08-121-13/+34
* bitbake: fetch2: expose environment variable names that need to be exportedRoss Burton2021-08-121-22/+24
* bitbake: utils: add environment updating context managerRoss Burton2021-08-122-0/+34
* bitbake: ui/taskexp: Fix to work with empty build directoriesRichard Purdie2021-08-061-0/+1
* bitbake: ui/taskexp: Improve startup exception handlingRichard Purdie2021-08-061-0/+4
* bitbake: command: Ensure we catch/handle exceptionsRichard Purdie2021-08-061-3/+11
* bitbake: process: Improve traceback error reporting from main loopRichard Purdie2021-08-061-2/+4
* bitbake: fetch/tests/toaster: Override conversion fixupsRichard Purdie2021-08-064-4/+4
* bitbake: runqueue: Improve multiconfig deferred task issuesRichard Purdie2021-08-051-26/+32
* bitbake: data_smart: Fix inactive overide accidental variable value corruptionRichard Purdie2021-08-042-4/+9
* bitbake: bitbake: Update to version 1.51.1Richard Purdie2021-08-021-1/+1
* bitbake: doc/lib: Add fixes for issues missed by the automated conversionRichard Purdie2021-08-022-24/+24
* bitbake: doc/lib: Update to use new override syntax containing colonsRichard Purdie2021-08-026-40/+40
* bitbake: bitbake: Switch to using new override syntaxRichard Purdie2021-08-024-64/+59
* bitbake: data_smart: Allow colon in variable expansion regexRichard Purdie2021-07-292-3/+3
* bitbake: parse/ast: Substitute '~' when naming anonymous functionsPaul Barker2021-07-291-1/+1
* bitbake: bitbake: asyncrpc: Catch early SIGTERMJoshua Watt2021-07-293-14/+64
* bitbake: asyncrpc: Set timeout when waiting for reply from serverPaul Barker2021-07-291-2/+7
* bitbake: asyncrpc: Fix bad message error in clientPaul Barker2021-07-291-1/+1
* bitbake: server: Fix early parsing errors preventing zombie bitbakeJoshua Watt2021-07-201-1/+1
* bitbake: bitbake: Add piping compression libraryJoshua Watt2021-07-204-0/+337
* bitbake: data_smart/parse: Allow ':' characters in variable/function namesRichard Purdie2021-07-204-2/+16
* bitbake: fetch2/s3: allow to use credentials from environment variablesAdam Romanek2021-07-111-1/+4
* bitbake: providers: replace newly added logger.warn() with logger.warning()Denys Dmytriyenko2021-07-101-3/+3
* bitbake: fetch/git: run gc in foreground to avoid race with tarAdam Romanek2021-07-101-1/+1
* bitbake: build: warn on setting noexec/nostamp/fakeroot flag to any value bes...Chris Laplante2021-06-061-0/+5
* bitbake: asyncrpc: Reduce verbosityPaul Barker2021-06-061-4/+4
* bitbake: asyncrpc: Add ping methodPaul Barker2021-06-062-1/+11
* bitbake: fetch2: add check for empty SRC_URI hash stringScott Weaver2021-06-061-1/+4
* bitbake: server/process: Handle error in heartbeat funciton in OOM caseRichard Purdie2021-05-181-1/+6
* bitbake: hashserver/client.py: drop unused importsArmin Kuster2021-05-141-3/+0
* bitbake: hashserv/server.py: drop unused importsArmin Kuster2021-05-141-7/+0
* bitbake: fetch2/wget: when checking latest versions, consider all numerical d...Alexander Kanavin2021-05-141-1/+1
* bitbake: bitbake: Switch to post release version number 1.51.0Richard Purdie2021-05-061-1/+1
* bitbake: fetch/svn: Fix parsing revision of SVN repos with redirectsHarald Brinkmann2021-05-061-1/+1
* bitbake: prserv: Handle requests in main threadPaul Barker2021-05-061-123/+36
* bitbake: prserv: Extract daemonization from PRServer classPaul Barker2021-05-061-103/+72
* bitbake: prserv: Use multiprocessing to auto start prserverPaul Barker2021-05-061-4/+8
* bitbake: lib/bb: Add bb.utils.rename() helper function and use for renamingDevendra Tewari2021-05-063-6/+18
* bitbake: runqueue: Handle deferred task rehashing in multiconfig buildsRichard Purdie2021-05-011-4/+10
* bitbake: runqueue: Fix multiconfig deferred task sstate validity caching issueRichard Purdie2021-05-011-4/+4
* bitbake: knotty: Re-enable command line logging levelsJoshua Watt2021-05-011-0/+8
* bitbake: fetch/s3: Add progress handler for S3 cp commandPrzemyslaw Gorszkowski2021-05-011-1/+40
* bitbake: progress: LineFilterProgressHandler - Handle parsing line which ends...Przemyslaw Gorszkowski2021-05-011-2/+5
* bitbake: prserv: Add connect functionPaul Barker2021-04-271-0/+3