summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2021-07-06fetch2: add check for empty SRC_URI hash stringyocto-3.3.22021-04.2-hardknott1.50.2Scott Weaver
2021-03-11bitbake: Add Azure Storage fetcher implementationAlejandro Hernandez Samaniego
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2021-01-21fetch2: handle empty elements in _param_str_splitRoss Burton
2020-12-09Revert "fetch2: use relative symlinks for anything pulled from PREMIRRORS"Richard Purdie
2020-11-20fetch2: use relative symlinks for anything pulled from PREMIRRORSHombourger, Cedric
2020-11-20lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsettingAlexander Kanavin
2020-11-02fetch2: add zstd support to unpackMert Kirpici
2020-09-24fetch2: fix handling of `\` in file:// SRC_URILeif Middelschulte
2020-08-25fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-06-03fetch2: Add the ability to list expanded URL dataPaul Barker
2020-03-29fetch2: Fix urldata_cache key issuesRichard Purdie
2020-03-24Revert "fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is "cache""Khem Raj
2020-03-02fetch2: Limit shown checksums to sha256Richard Purdie
2020-02-19fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is "cache"Peter Kjellerstedt
2020-02-19fetch2: Make fetcher_compare_revisions() workPeter Kjellerstedt
2020-01-27fetch2: add the npmsw fetcherJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the done conditionJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the mirrors managementJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the donestamp managementJean-Marie LEMETAYER
2020-01-27fetch2: add more hash functions for checksum verificationJean-Marie LEMETAYER
2020-01-27fetch2: refactor checksum verificationJean-Marie LEMETAYER
2020-01-19fetch2: do not suffix srcrev cache key with PNChris Laplante
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2019-12-30lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on directoriesAníbal Limón
2019-11-05fetch2: Ensure cached url data is matched to a datastoreRichard Purdie
2019-09-03fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa
2019-05-29fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAMEMatthias Schiffer
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-03-25fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORKRobert Yang
2019-03-25fetch2: Unify BB_FETCH_PREMIRRORONLYRobert Yang
2019-03-21fetch2: Print SCMs list when SRCREV_FORMAT is not setRobert Yang
2019-03-21fetch2: runfetchcmd(): Print workdir in debug messageRobert Yang
2019-03-19fetch2: Fix undefined variable issuesRichard Purdie
2018-12-07fetch2: Fix os.errno referencesRichard Purdie
2018-11-27fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-23fetch: don't use shell=True when listing ar filesRoss Burton
2018-11-02fetch: Also export GIT_SSH environment variableMike Crowe
2018-10-17fetch2: Avoid incorrect getVarFlag callRichard Purdie
2018-10-17fetch2: extract the function which ensures that a valid symlink existsUrs Fässler
2018-10-17fetch2: avoid circular recursion with SRCPV in PRPeter Marko
2018-06-19fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov
2018-05-14fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski
2018-02-09fetch2: Handle missing donestamp file when content is validNathan Rossi
2018-01-07fetch2/__init__: Disable pseudo in runfetchcmd()Peter Kjellerstedt
2017-11-29fetch2: fix unpack of .txz filesAndré Draszik
2017-09-07fetch2: add stub latest_versionstring to FetchMethodRoss Burton
2017-08-23fetch2: don't mandate path element in encodeurl()Paul Eggleton