| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
| H A D | src_uri.inc | 4 …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 D | test_arm_sx1.py | 41 zimage_path = self.ASSET_ZIMAGE.fetch() 42 initrd_path = self.ASSET_INITRD.fetch() 52 zimage_path = self.ASSET_ZIMAGE.fetch() 53 sd_fs_path = self.ASSET_SD_FS.fetch() 63 zimage_path = self.ASSET_ZIMAGE.fetch() 64 flash_path = self.ASSET_FLASH.fetch()
|
| H A D | test_ppc_40p.py | 42 bios_path = self.ASSET_BIOS.fetch() 43 drive_path = self.ASSET_NETBSD40.fetch() 68 drive_path = self.ASSET_NETBSD71.fetch() 83 drive_path = self.ASSET_40P_SANDALFOOT.fetch()
|
| H A D | test_loongarch64_virt.py | 41 kernel_path = self.ASSET_KERNEL.fetch() 42 initrd_path = self.ASSET_INITRD.fetch() 43 bios_path = self.ASSET_BIOS.fetch()
|
| H A D | test_rx_gdbsim.py | 42 uboot_path = self.ASSET_UBOOT.fetch() 62 dtb_path = self.ASSET_DTB.fetch() 63 kernel_path = self.ASSET_KERNEL.fetch()
|
| H A D | test_arm_quanta_gsj.py | 72 initrd_path = self.ASSET_INITRD.fetch() 73 kernel_path = self.ASSET_KERNEL.fetch() 74 dtb_path = self.ASSET_DTB.fetch()
|
| H A D | test_virtio_gpu.py | 52 kernel_path = self.ASSET_KERNEL.fetch() 53 initrd_path = self.ASSET_INITRD.fetch() 88 kernel_path = self.ASSET_KERNEL.fetch() 89 initrd_path = self.ASSET_INITRD.fetch()
|
| H A D | test_arm_integratorcp.py | 42 kernel_path = self.ASSET_KERNEL.fetch() 43 initrd_path = self.ASSET_INITRD.fetch() 70 tuxlogo_path = self.ASSET_TUXLOGO.fetch()
|
| H A D | test_arm_collie.py | 23 zimage_path = self.ASSET_ZIMAGE.fetch() 24 rootfs_path = self.ASSET_ROOTFS.fetch()
|
| H A D | test_mips64_malta.py | 24 kernel_path = self.ASSET_WHEEZY_KERNEL.fetch() 25 image_path = self.ASSET_WHEEZY_DISK.fetch()
|
| H A D | test_aarch64_xlnx_versal.py | 25 kernel_path = self.ASSET_KERNEL.fetch() 26 initrd_path = self.ASSET_INITRD.fetch()
|
| H A D | test_ppc64_mac99.py | 23 linux_path = self.ASSET_BR2_MAC99_LINUX.fetch() 24 rootfs_path = self.ASSET_BR2_MAC99_ROOTFS.fetch()
|
| H A D | test_mips64el_malta.py | 70 kernel_path = self.ASSET_KERNEL_3_19_3.fetch() 106 kernel_path = self.ASSET_WHEEZY_KERNEL.fetch() 107 image_path = self.ASSET_WHEEZY_DISK.fetch() 143 tuxlogo_path = self.ASSET_TUXLOGO.fetch()
|
| H A D | test_ppc64_e500.py | 26 uimage_path = self.ASSET_BR2_E5500_UIMAGE.fetch() 27 rootfs_path = self.ASSET_BR2_E5500_ROOTFS.fetch()
|
| H A D | test_ppc_bamboo.py | 33 kernel = self.ASSET_KERNEL.fetch() 34 initrd = self.ASSET_INITRD.fetch()
|
| H A D | test_s390x_pxelinux.py | 52 debian_kernel = self.ASSET_DEBIAN_KERNEL.fetch() 53 debian_initrd = self.ASSET_DEBIAN_INITRD.fetch() 54 fedora_kernel = self.ASSET_FEDORA_KERNEL.fetch()
|
| H A D | test_aarch64_hotplug_pci.py | 42 self.launch_kernel(self.ASSET_KERNEL.fetch(), 43 self.ASSET_INITRD.fetch(),
|
| H A D | test_ppc64_replay.py | 35 kernel_path = self.ASSET_KERNEL.fetch() 42 kernel_path = self.ASSET_KERNEL.fetch()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Use-correct-enum-type.patch | 12 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 D | fetch.py | 554 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 D | generate-srcuri.py | 49 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 D | gitannex.py | 32 except bb.fetch.FetchError: 40 except bb.fetch.FetchError: 58 except bb.fetch.FetchError: 70 except bb.fetch.FetchError:
|
| H A D | wget.py | 148 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 D | copyleft_compliance.bbclass | 33 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)
|
| /openbmc/qemu/docs/spin/ |
| H A D | aio_notify.promela | 36 int fetch; 55 atomic { fetch = req; req = 0; } 56 done = done | fetch;
|