Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py979 newud = FetchData(newuri, ld)
1255 class FetchData(object): class
1682 self.ud[url] = FetchData(url, d, localonly)
1693 self.ud[url] = FetchData(url, self.d)
1873 self.ud[url] = FetchData(url, self.d)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py472 ud = bb.fetch.FetchData(k[0], self.d)
479 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g…
486 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.…
495 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g…
507 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.…
1410 ud = bb.fetch2.FetchData(k[1], self.d)
1431 ud = bb.fetch2.FetchData(url, self.d)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py1035 ud = bb.fetch2.FetchData(src_uri, rd)