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__.py1030 newud = FetchData(newuri, ld)
1292 class FetchData(object): class
1820 self.ud[url] = FetchData(url, d, localonly)
1832 self.ud[url] = FetchData(url, self.d)
2028 self.ud[url] = FetchData(url, self.d)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py554 ud = bb.fetch.FetchData(k[0], self.d)
561 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g…
568 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.…
575 …fetcher = bb.fetch.FetchData("svn://svn.server1.com/isource/svnroot/reponame/tags/tagname;module=p…
584 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g…
596 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.…
1560 ud = bb.fetch2.FetchData(k[1], self.d)
1587 ud = bb.fetch2.FetchData(url, self.d)
1601 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.bbclass355 f = bb.fetch2.FetchData(src_uri, d)