aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2021-09-22tests/fetch2: Use our own git server for dtc test repoRichard Purdie
2021-09-20fetch2/svn: Allow peg-revision functionality to be disabledRichard Purdie
2021-09-20data_smart: Don't add None to ExpansionError varlistRichard Purdie
2021-09-19tests/fetch2: Fix quoting warningRichard Purdie
2021-09-19fetch2/git: Use os.rename instead of mvRichard Purdie
2021-09-18cookerdata: Show a readable error for invalid multiconfig nameRichard Purdie
2021-09-17fetch2/s3: allow to switch profile from environment variableValentin Danaila
2021-09-16bitbake: correct deprecation warning in process.pyAlexander Kanavin
2021-09-16bitbake: adjust parser error check for python 3.10 compatibilityAlexander Kanavin
2021-09-16bitbake: correct the collections vs collections.abc deprecationAlexander Kanavin
2021-09-16bitbake: drop old rules for python warningsAlexander Kanavin
2021-09-16fetch2/git: Avoid races over mirror tarball creationRichard Purdie
2021-09-16runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie
2021-09-16fetch2/wget: Enable ftpsDaniel Ammann
2021-09-11cooker: Allow upstream for local hash equivalence serverJoshua Watt
2021-09-11runqueue: Clean up task stats handlingRichard Purdie
2021-09-11cookerdata: Show error for no BBLAYERS in bblayers.confRichard Purdie
2021-09-11cookerdata: Improve missing core layer error messageRichard Purdie
2021-09-11fetch2: Add recursion guardRichard Purdie
2021-09-11data_smart: Improve error display for handled exceptionsRichard Purdie
2021-09-11build: Catch and error upon circular task referencesRichard Purdie
2021-09-11data_smart: Make ExpansionErrors more readableRichard Purdie
2021-09-11build: Avoid duplicating logs in verbose modeRichard Purdie
2021-09-11process: Don't include logs in error message if piping themRichard Purdie
2021-09-11build: Handle SystemExit in python tasks correctlyRichard Purdie
2021-09-11build: Match markup to real function nameRichard Purdie
2021-09-09parse_py: Drop deprecated function referenceRichard Purdie
2021-09-09persist_data: Drop deprecated/unused functionRichard Purdie
2021-09-07runqueue: Fix issues with multiconfig deferred task deadlock messagesRichard Purdie
2021-09-07runqueue: Avoid deadlock avoidance task graph corruptionRichard Purdie
2021-09-06bitbake: tests/fetch: add and fix npm testsScott Weaver
2021-09-06bitbake: tests/fetch: add downloadfilename testsScott Weaver
2021-09-06bitbake: fetch2: fix premirror URI when downloadfilename definedScott Weaver
2021-09-01cooker/process: Fix typos in exiting messageMartin Jansa
2021-09-01prserv: handle PRSERV_HOST = "127.0.0.1:0" the same as "localhost:0"Martin Jansa
2021-08-27providers: Use new override syntax when handling pn- "override"Peter Kjellerstedt
2021-08-23bitbake: asyncrpc: always create new asyncio loopsScott Murray
2021-08-23bitbake: asyncrpc: Defer all asyncio to child processJoshua Watt
2021-08-23fetch2/wget: fix 'no_proxy' handlingEnrico Scholz
2021-08-18bitbake: Make 3.6.0 the minimum python versionRichard Purdie
2021-08-12fetch2/wget: fetch securely by defaultRoss Burton
2021-08-12fetch2/wget: ensure all variables are set when calling urllibRoss Burton
2021-08-12fetch2: expose environment variable names that need to be exportedRoss Burton
2021-08-12utils: add environment updating context managerRoss Burton
2021-08-06ui/taskexp: Fix to work with empty build directoriesRichard Purdie
2021-08-06ui/taskexp: Improve startup exception handlingRichard Purdie
2021-08-06command: Ensure we catch/handle exceptionsRichard Purdie
2021-08-06process: Improve traceback error reporting from main loopRichard Purdie
2021-08-06fetch/tests/toaster: Override conversion fixupsRichard Purdie
2021-08-05runqueue: Improve multiconfig deferred task issuesRichard Purdie