summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: Fix misleading "no output" msgViswanath Kraleti2024-03-221-1/+4
* bitbake: fetch2: handle URIs with single-valued query parametersRoss Burton2024-03-221-2/+2
* bitbake: fetch/git: Avoid clean upon failureRichard Purdie2024-03-031-2/+9
* bitbake: support temporary AWS credentialsToni Lammi2024-02-091-0/+1
* bitbake: fetch/checkstatus(): do not print the URI twice in FetchError exceptionAlexander Kanavin2024-01-101-1/+1
* bitbake: fetch2/aws: forward env-vars used in gitlab-ci K8sFelix Moessbauer2023-11-231-0/+2
* bitbake: fetch2: Add API for upstream source tracingAlberto Pianon2023-10-151-0/+78
* bitbake: fetch2: Adds vscode devcontainer supportMatthias Schnelte2023-09-261-0/+1
* bitbake: fetch2: Add new srcrev fetcher APIRichard Purdie2023-08-241-5/+24
* bitbake: fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić2023-08-111-1/+3
* bitbake: fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed2023-08-041-0/+3
* bitbake: fetch2: Set maxsplit to match expected variablesDit Kozmaj2023-07-271-1/+1
* bitbake: fetch2: Clarify different localpaths functionsRichard Purdie2023-05-251-1/+1
* bitbake: fetch2: Display all missing checksum at onceFrederic Martinsons2023-04-041-8/+10
* bitbake: fetch2: Add checksum capability for crate fetcherFrederic Martinsons2023-03-301-6/+6
* bitbake: fetch2: Add autorev warning when it is set too lateRichard Purdie2023-03-221-2/+6
* bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie2023-03-221-1/+1
* bitbake: fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak2023-02-261-1/+3
* bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly2023-02-091-0/+1
* bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie2023-01-261-1/+1
* bitbake: fetch2: kill parameters in uri_find_decodedPavel Zhukov2023-01-181-0/+1
* bitbake: fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie2022-09-071-0/+1
* bitbake: wget: Avoid bad checksum race issuesRichard Purdie2022-09-051-4/+7
* bitbake: Revert "fetch: use BPN instead"Richard Purdie2022-09-011-1/+1
* bitbake: fetch: use BPN insteadMingli Yu2022-09-011-1/+1
* bitbake: fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie2022-07-151-10/+6
* bitbake: fetch2: Ensure directory exists before creating symlinkRichard Purdie2022-07-151-0/+2
* bitbake: fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves2022-07-151-1/+3
* bitbake: fetch2: Add GIT_SSH_COMMAND to the list of exportsPavel Zhukov2022-04-141-0/+1
* bitbake: lib: Replace remaining "blacklist"/"whitelist" usageScott Murray2022-02-211-1/+1
* bitbake: fetch2: Abstract fetcher environment to a functionRichard Purdie2022-02-201-0/+11
* bitbake: fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie2022-02-171-0/+1
* bitbake: fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt2022-02-051-4/+7
* bitbake: fetch2: Add crate fetcherRichard Purdie2022-01-191-0/+2
* bitbake: fetch2: Add striplevel support to unpackStefan Herbrechtsmeier2021-11-261-0/+2
* bitbake: fetch2: Unify tar command in unpackStefan Herbrechtsmeier2021-11-261-8/+9
* bitbake: fetch2: Fix url remap issue and add testcaseRichard Purdie2021-11-211-1/+1
* bitbake: fetch: Handle mirror user/password replacements correctlyRichard Purdie2021-11-031-0/+4
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-031-8/+8
* bitbake: lib/bb: Clean up use of len()Richard Purdie2021-11-031-2/+2
* bitbake: fetch2: fix downloadfilename issue with premirrorChen Qi2021-11-011-3/+7
* bitbake: fetch2: Do not attempt to verify donestamp if download is not completeCaner Altinbasak2021-10-141-1/+3
* bitbake: fetch2: document checkstatus APIRoss Burton2021-10-141-1/+5
* bitbake: fetch2: clarify the command-no-found error messageRoss Burton2021-10-081-1/+1
* bitbake: fetch2/s3: allow to switch profile from environment variableValentin Danaila2021-09-171-0/+1
* bitbake: fetch2: Add recursion guardRichard Purdie2021-09-111-0/+7
* bitbake: bitbake: fetch2: fix premirror URI when downloadfilename definedScott Weaver2021-09-071-1/+1
* bitbake: fetch2: expose environment variable names that need to be exportedRoss Burton2021-08-121-22/+24
* bitbake: fetch/tests/toaster: Override conversion fixupsRichard Purdie2021-08-061-1/+1