summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2024-03-22bitbake: fetch2: Fix misleading "no output" msgViswanath Kraleti
2024-03-22bitbake: fetch2: handle URIs with single-valued query parametersRoss Burton
2024-03-03bitbake: fetch/git: Avoid clean upon failureRichard Purdie
2024-02-09bitbake: support temporary AWS credentialsToni Lammi
2024-01-10bitbake: fetch/checkstatus(): do not print the URI twice in FetchError exceptionAlexander Kanavin
2023-11-23bitbake: fetch2/aws: forward env-vars used in gitlab-ci K8sFelix Moessbauer
2023-10-15bitbake: fetch2: Add API for upstream source tracingAlberto Pianon
2023-09-26bitbake: fetch2: Adds vscode devcontainer supportMatthias Schnelte
2023-08-24bitbake: fetch2: Add new srcrev fetcher APIRichard Purdie
2023-08-11bitbake: fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić
2023-08-04bitbake: fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed
2023-07-27bitbake: fetch2: Set maxsplit to match expected variablesDit Kozmaj
2023-05-25bitbake: fetch2: Clarify different localpaths functionsRichard Purdie
2023-04-04bitbake: fetch2: Display all missing checksum at onceFrederic Martinsons
2023-03-30bitbake: fetch2: Add checksum capability for crate fetcherFrederic Martinsons
2023-03-22bitbake: fetch2: Add autorev warning when it is set too lateRichard Purdie
2023-03-22bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-02-26bitbake: fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak
2023-02-09bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly
2023-01-26bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie
2023-01-18bitbake: fetch2: kill parameters in uri_find_decodedPavel Zhukov
2022-09-07bitbake: fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie
2022-09-05bitbake: wget: Avoid bad checksum race issuesRichard Purdie
2022-09-01bitbake: Revert "fetch: use BPN instead"Richard Purdie
2022-09-01bitbake: fetch: use BPN insteadMingli Yu
2022-07-15bitbake: fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie
2022-07-15bitbake: fetch2: Ensure directory exists before creating symlinkRichard Purdie
2022-07-15bitbake: fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves
2022-04-14bitbake: fetch2: Add GIT_SSH_COMMAND to the list of exportsPavel Zhukov
2022-02-21bitbake: lib: Replace remaining "blacklist"/"whitelist" usageScott Murray
2022-02-20bitbake: fetch2: Abstract fetcher environment to a functionRichard Purdie
2022-02-20bitbake: fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki
2022-02-17bitbake: fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2022-02-05bitbake: fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt
2022-01-19bitbake: fetch2: Add crate fetcherRichard Purdie
2021-11-26bitbake: fetch2: Add striplevel support to unpackStefan Herbrechtsmeier
2021-11-26bitbake: fetch2: Unify tar command in unpackStefan Herbrechtsmeier
2021-11-21bitbake: fetch2: Fix url remap issue and add testcaseRichard Purdie
2021-11-03bitbake: fetch: Handle mirror user/password replacements correctlyRichard Purdie
2021-11-03bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-11-03bitbake: lib/bb: Clean up use of len()Richard Purdie
2021-11-01bitbake: fetch2: fix downloadfilename issue with premirrorChen Qi
2021-10-14bitbake: fetch2: Do not attempt to verify donestamp if download is not completeCaner Altinbasak
2021-10-14bitbake: fetch2: document checkstatus APIRoss Burton
2021-10-08bitbake: fetch2: clarify the command-no-found error messageRoss Burton
2021-09-17bitbake: fetch2/s3: allow to switch profile from environment variableValentin Danaila
2021-09-11bitbake: fetch2: Add recursion guardRichard Purdie
2021-09-07bitbake: bitbake: fetch2: fix premirror URI when downloadfilename definedScott Weaver
2021-08-12bitbake: fetch2: expose environment variable names that need to be exportedRoss Burton
2021-08-06bitbake: fetch/tests/toaster: Override conversion fixupsRichard Purdie