Home
last modified time | relevance | path

Searched refs:supports_checksum (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py72 if self.supports_checksum(urldata) and not os.path.exists(urldata.localpath):
H A Dssh.py63 def supports_checksum(self, urldata): member in SSH
H A Dhg.py32 def supports_checksum(self, urldata): member in Hg
H A D__init__.py473 elif ud.localpath and ud.method.supports_checksum(ud):
563 if ud.ignore_checksums or not ud.method.supports_checksum(ud):
664 if (not ud.method.supports_checksum(ud) or
665 (origud and not origud.method.supports_checksum(origud))):
1427 def supports_checksum(self, urldata): member in FetchMethod
H A Dgit.py150 def supports_checksum(self, urldata): member in Git
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass444 if f.method.supports_checksum(f):