Home
last modified time | relevance | path

Searched refs:FetchData (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1018 newud = FetchData(newuri, ld)
1295 class FetchData(object): class
1805 self.ud[url] = FetchData(url, d, localonly)
1817 self.ud[url] = FetchData(url, self.d)
2010 self.ud[url] = FetchData(url, self.d)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py520 ud = bb.fetch.FetchData(k[0], self.d)
527 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g…
534 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.…
541 …fetcher = bb.fetch.FetchData("svn://svn.server1.com/isource/svnroot/reponame/tags/tagname;module=p…
550 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g…
562 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.…
1516 ud = bb.fetch2.FetchData(k[1], self.d)
1540 ud = bb.fetch2.FetchData(url, self.d)
1553 ud = bb.fetch2.FetchData(k[1], self.d)
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py1070 ud = bb.fetch2.FetchData(src_uri, rd)
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass353 f = bb.fetch2.FetchData(src_uri, d)