Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dsrc_uri.inc4 …a;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/charmbr…
9 …b;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cheggaa…
14 …e;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/dustin/…
19 …r;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fatih/c…
24 …e;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-ole/…
29 …n;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/goccy/g…
34 …x;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/…
39 …d;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/…
44 …p;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconsh…
49 …o;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-it…
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_arm_sx1.py
H A Dtest_ppc_40p.py
H A Dtest_loongarch64_virt.py
H A Dtest_rx_gdbsim.py
H A Dtest_arm_quanta_gsj.py
H A Dtest_virtio_gpu.py
H A Dtest_arm_integratorcp.py
H A Dtest_arm_collie.py
H A Dtest_mips64_malta.py
H A Dtest_aarch64_xlnx_versal.py
H A Dtest_ppc64_mac99.py
H A Dtest_ppc64_e500.py
H A Dtest_ppc_bamboo.py
H A Dtest_mips64el_malta.py
H A Dtest_s390x_pxelinux.py
H A Dtest_aarch64_hotplug_pci.py
H A Dtest_ppc64_replay.py
H A Dtest_arm_emcraft_sf2.py
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Use-correct-enum-type.patch12 sysdeps/linux-gnu/aarch64/fetch.c | 2 +-
15 diff --git a/sysdeps/linux-gnu/aarch64/fetch.c b/sysdeps/linux-gnu/aarch64/fetch.c
17 --- a/sysdeps/linux-gnu/aarch64/fetch.c
18 +++ b/sysdeps/linux-gnu/aarch64/fetch.c
/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.…
620 fetcher = bb.fetch.Fetch([self.recipe_url], self.d)
630 fetcher = bb.fetch.Fetch([self.recipe_url], self.d)
641 fetcher = bb.fetch.Fetch([self.mirror_url], self.d)
643 fetcher = bb.fetch.Fetch([self.recipe_url], self.d)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dgenerate-srcuri.py49 fetch = load_module(os.path.join(basedir, "fetch_sources.py"))
51 for p in fetch.PACKAGES:
52 if isinstance(p, fetch.SourcePackage):
55 elif isinstance(p, fetch.SourceFile):
59 elif isinstance(p, fetch.GitRepo):
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitannex.py32 except bb.fetch.FetchError:
40 except bb.fetch.FetchError:
58 except bb.fetch.FetchError:
70 except bb.fetch.FetchError:
H A Dwget.py148 def checkstatus(self, fetch, ud, d, try_again=True): argument
150 if fetch.connection_cache:
154 sock = fetch.connection_cache.get_connection(self.host, self.port)
160 fetch.connection_cache.add_connection(self.host, self.port, self.sock)
198 if fetch.connection_cache is None:
223 if fetch.connection_cache is None:
234 fetch.connection_cache.remove_connection(h.host, h.port)
240 if fetch.connection_cache:
241 fetch.connection_cache.remove_connection(h.host, h.port)
272 if fetch.connection_cache is not None:
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_compliance.bbclass33 fetch = bb.fetch2.Fetch(src_uri, d)
34 ud = fetch.ud
42 local = os.path.normpath(fetch.localpath(u.url))
57 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)

12345678910>>...12