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