summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2016-06-16bitbake: fetch2: fix unpacking of deb packagesStephano Cetola
2016-06-03bitbake: fetch2: fix unpacking of deb packagesPaul Eggleton
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-13bitbake: fetch: Use OrderedDict for url parametersRichard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-04-29bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton
2016-04-03bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson
2016-03-31bitbake: fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie
2016-03-26bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie
2016-03-23bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen
2016-03-09bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their valuesPeter Kjellerstedt
2016-03-02bitbake: fetch2: Fix unpack for absolute file urlsRichard Purdie
2016-03-02bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich
2016-02-28bitbake: fetch2/npm: Enable fetcherRichard Purdie
2016-02-28bitbake: fetch2: Skip lockfiles and donestamps for local filesRichard Purdie
2016-02-28bitbake: fetch2/__init__.py: Error if lockfile path invalidRichard Purdie
2016-02-28bitbake: fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie
2016-02-18bitbake: FileChecksumCache: add get_checksums() methodMarkus Lehtonen
2016-02-18bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-30bitbake: fetch2: Simplify logic in verify_checksum()Peter Kjellerstedt
2016-01-24bitbake: fetch2: Don't show checksum warnings if a single checksum was suppliedRichard Purdie
2016-01-06bitbake: fetch2/__init__.py: Add support for 7-ZipJuro Bystricky
2015-12-18bitbake: fetch: use orig localpath when calling orig methodChristopher Larson
2015-11-16bitbake: fetch2: Remove crazy code in unpackRichard Purdie
2015-09-18bitbake: tests/fetch.py: Fix recursion failure in url mappingMark Hatle
2015-09-18bitbake: fetch2/__init__.py: uri_replace regex handlingMark Hatle
2015-09-04bitbake: bb.fetch: don't remove the clone when an update failsChristopher Larson
2015-09-04bitbake: bb.fetch: handle checksums consistently for mirrorsChristopher Larson
2015-08-19bitbake: Fix default function parameter assignment to a listPaul Eggleton
2015-07-12bitbake: fetch2/wget.py: Add support of connection cache in checkstatus.Aníbal Limón
2015-07-09bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1Aníbal Limón
2015-07-09bitbake: fetch2/__init__.py: Add FetchConnectionCache classAníbal Limón
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-24bitbake: fetch2/__init__.py: Make get_srcrev output configurableMike Looijmans
2015-05-16bitbake: fetch2: Improve mirror building function error handlingRichard Purdie
2015-05-16bitbake: fetch2: Allow GIT_SMART_HTTP to be passed throughLiam R. Howlett
2015-05-12bitbake: fetch2: Add BB_ALLOWED_NETWORKS supportLiam R. Howlett
2015-05-12bitbake: fetch2: Allow git to use a different CA Bundle with private keysJason Wessel
2015-03-09bitbake: fetch2: Revalidate checksums, YOCTO #5571Clemens Lang
2015-01-21bitbake: fetcher: use os.path.splitext() instead of string.split()Ross Burton
2015-01-21bitbake: lib/fetch2: Tweak get_srcrev() function descriptionRichard Purdie
2015-01-08bitbake: cache/fetch2/siggen: Ensure we track include history for file checksumsRichard Purdie
2014-12-09bitbake: fetch2: add means of disabling SRC_URI checksumsPaul Eggleton
2014-10-28bitbake: fetch2: add .lz compression supportKoen Kooi
2014-10-11bitbake: fetcher: fix getVar call due to incorrect argument datatypeAlejandro Hernandez
2014-10-06bitbake: fetcher: fix BB_STRICT_CHECKSUM datatype checkAlejandro Hernandez
2014-09-29bitbake: fetch: Extend testing of subdir unpack parameter and fixRichard Purdie