summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2021-11-24bitbake: fetch2: Fix url remap issue and add testcaseRichard Purdie
2021-11-12bitbake: fetch: Handle mirror user/password replacements correctlyRichard Purdie
2021-11-03bitbake: fetch2: fix downloadfilename issue with premirrorChen Qi
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
2021-08-02bitbake: doc/lib: Update to use new override syntax containing colonsRichard Purdie
2021-07-11bitbake: fetch2/s3: allow to use credentials from environment variablesAdam Romanek
2021-06-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