summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cookerdata: Show a readable error for invalid multiconfig nameRichard Purdie2021-09-191-0/+2
* bitbake: fetch2/s3: allow to switch profile from environment variableValentin Danaila2021-09-171-0/+1
* bitbake: bitbake: correct deprecation warning in process.pyAlexander Kanavin2021-09-171-1/+1
* bitbake: bitbake: adjust parser error check for python 3.10 compatibilityAlexander Kanavin2021-09-171-1/+1
* bitbake: bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin2021-09-173-4/+6
* bitbake: bitbake: drop old rules for python warningsAlexander Kanavin2021-09-171-7/+0
* bitbake: fetch2/git: Avoid races over mirror tarball creationRichard Purdie2021-09-171-2/+19
* bitbake: runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie2021-09-173-5/+20
* bitbake: fetch2/wget: Enable ftpsDaniel Ammann2021-09-161-1/+1
* bitbake: cooker: Allow upstream for local hash equivalence serverJoshua Watt2021-09-111-1/+6
* bitbake: runqueue: Clean up task stats handlingRichard Purdie2021-09-112-16/+8
* bitbake: cookerdata: Show error for no BBLAYERS in bblayers.confRichard Purdie2021-09-111-0/+3
* bitbake: cookerdata: Improve missing core layer error messageRichard Purdie2021-09-111-0/+2
* bitbake: fetch2: Add recursion guardRichard Purdie2021-09-111-0/+7
* bitbake: data_smart: Improve error display for handled exceptionsRichard Purdie2021-09-111-0/+2
* bitbake: build: Catch and error upon circular task referencesRichard Purdie2021-09-111-0/+2
* bitbake: data_smart: Make ExpansionErrors more readableRichard Purdie2021-09-111-2/+9
* bitbake: build: Avoid duplicating logs in verbose modeRichard Purdie2021-09-111-0/+4
* bitbake: process: Don't include logs in error message if piping themRichard Purdie2021-09-111-0/+3
* bitbake: build: Handle SystemExit in python tasks correctlyRichard Purdie2021-09-111-1/+1
* bitbake: build: Match markup to real function nameRichard Purdie2021-09-111-2/+2
* bitbake: parse_py: Drop deprecated function referenceRichard Purdie2021-09-101-3/+0
* bitbake: persist_data: Drop deprecated/unused functionRichard Purdie2021-09-101-50/+0
* bitbake: runqueue: Fix issues with multiconfig deferred task deadlock messagesRichard Purdie2021-09-081-0/+6
* bitbake: runqueue: Avoid deadlock avoidance task graph corruptionRichard Purdie2021-09-081-1/+2
* bitbake: bitbake: tests/fetch: add and fix npm testsScott Weaver2021-09-071-2/+24
* bitbake: bitbake: tests/fetch: add downloadfilename testsScott Weaver2021-09-071-0/+21
* bitbake: bitbake: fetch2: fix premirror URI when downloadfilename definedScott Weaver2021-09-071-1/+1
* bitbake: cooker/process: Fix typos in exiting messageMartin Jansa2021-09-012-2/+2
* bitbake: prserv: handle PRSERV_HOST = "127.0.0.1:0" the same as "localhost:0"Martin Jansa2021-09-011-1/+1
* bitbake: providers: Use new override syntax when handling pn- "override"Peter Kjellerstedt2021-08-271-1/+1
* bitbake: bitbake: asyncrpc: always create new asyncio loopsScott Murray2021-08-232-4/+30
* bitbake: bitbake: asyncrpc: Defer all asyncio to child processJoshua Watt2021-08-231-46/+72
* bitbake: fetch2/wget: fix 'no_proxy' handlingEnrico Scholz2021-08-231-43/+44
* 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-063-3/+3
* 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-023-35/+35
* bitbake: bitbake: Switch to using new override syntaxRichard Purdie2021-08-024-64/+59