| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 531 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 541 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 552 fetcher = bb.fetch.Fetch([self.mirror_url], self.d) 554 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 579 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 589 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 614 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 624 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 643 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 686 fetcher = bb.fetch.Fetch(uris, self.d) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | uprobetracer.rst | 42 %REG : Fetch register REG 43 @ADDR : Fetch memory at ADDR (ADDR should be in userspace) 44 @+OFFSET : Fetch memory at OFFSET (OFFSET from same file as PATH) 45 $stackN : Fetch Nth entry of stack (N >= 0) 46 $stack : Fetch stack address. 47 $retval : Fetch return value.(\*1) 48 $comm : Fetch current task comm. 49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
|
| H A D | kprobetrace.rst | 48 %REG : Fetch register REG 49 @ADDR : Fetch memory at ADDR (ADDR should be in kernel) 50 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol) 51 $stackN : Fetch Nth entry of stack (N >= 0) 52 $stack : Fetch stack address. 53 $argN : Fetch the Nth function argument. (N >= 1) (\*1) 54 $retval : Fetch return value.(\*2) 55 $comm : Fetch current task comm. 56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | gitsm.py | 28 from bb.fetch2 import Fetch 151 newfetch = Fetch([url], d, cache=False) 183 newfetch = Fetch([url], d, cache=False) 212 newfetch = Fetch([url], d, cache=False) 249 newfetch = Fetch([url], d, cache=False)
|
| H A D | npmsw.py | 24 from bb.fetch2 import Fetch 196 ud.proxy = Fetch([dep["url"] for dep in ud.deps if dep["url"]], data)
|
| H A D | npm.py | 33 from bb.fetch2 import Fetch 253 ud.proxy = Fetch([url], data)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/classes/ |
| H A D | local-git.bbclass | 6 from bb.fetch2 import Fetch 12 fetcher = Fetch(d.getVar('SRC_URI').split(), d)
|
| /OK3568_Linux_fs/buildroot/package/sp-oops-extract/ |
| H A D | 0001-Make-the-Makefile-more-cross-compiler-friendly.patch | 1 Fetch from: https://github.com/Schischu/ptxdist_sh/tree/master/patches/sp-oops-extract-0.0.7
|
| /OK3568_Linux_fs/buildroot/package/postgis/ |
| H A D | 0001-Add-HAVE_VASPRINTF-HAVE_ASPRINTF-templates.patch | 12 Fetch from: https://github.com/postgis/postgis/commit/d0ac5df49961d1d1a74b894f9941b973c0695c11.patch
|
| H A D | 0002-Add-POSTGIS_DEBUG_LEVEL-define-to-configure.ac.patch | 9 Fetch from: https://github.com/postgis/postgis/commit/2b2c2cb159cfcaacb75a4e74f17bd2834d61acd0.patch
|
| H A D | 0003-Disable-forced-static-linking-of-liblwgeom.patch | 11 Fetch from: https://github.com/postgis/postgis/commit/98070faad220e12fcaed9a583a70a37c510b7c6b.patch
|
| H A D | 0004-Use-pkg-config-to-get-PROJ-version-if-available.patch | 10 Fetch from: https://github.com/postgis/postgis/commit/671a878982550e3c590d642620a6621b52c230c7.patch
|
| /OK3568_Linux_fs/buildroot/package/lua-gd/ |
| H A D | 0001-Protect-declaration-of-LgdImageCreateFromPng-with-GD.patch | 11 Fetch from: https://github.com/ittner/lua-gd/pull/8
|
| /OK3568_Linux_fs/buildroot/package/xdg-dbus-proxy/ |
| H A D | 0001-Fix-musl-compilation-by-adding-TEMP_FAILURE_RETRY.patch | 6 Fetch from: https://github.com/flatpak/xdg-dbus-proxy/pull/13
|
| /OK3568_Linux_fs/buildroot/package/luaexpat/ |
| H A D | 0001-restore-getcurrentbytecount.patch | 8 Fetch from: https://github.com/tomasguisasola/luaexpat/commit/0926f2d705109b7d35b721344264b39c1169e…
|
| /OK3568_Linux_fs/buildroot/package/transmission/ |
| H A D | 0001-fix-utypes.patch | 3 Fetch from: http://www.adminsehow.com/2012/10/how-to-install-transmission-2-71-on-debian-6-0-squeez…
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ark/ |
| H A D | 0001-mibstore.patch | 14 Fetch from:
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-tga/ |
| H A D | 0001-mibstore.patch | 8 Fetch from:
|
| /OK3568_Linux_fs/buildroot/package/lua/5.1.5/ |
| H A D | 0012-fix-reader-at-eoz.patch | 3 Fetch from: http://www.lua.org/bugs.html#5.1.5-2
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | ev6-memset.S | 81 ldq_u $4,0($16) # L : Fetch first partial 259 ldq_u $4,0($16) # L : Fetch first partial 447 ldq_u $4,0($16) # L : Fetch first partial
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch | 7 Fetch from: https://github.com/NixOS/patchelf/commit/52ab908394958a2a5d0476e306e2cad4da4fdeae
|
| H A D | 0007-fix-adjusting-startPage.patch | 17 Fetch from: https://github.com/NixOS/patchelf/commit/1cc234fea5600190d872329aca60e2365cefc39e
|
| H A D | 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch | 14 Fetch from: https://github.com/NixOS/patchelf/commit/83aa89addf8757e2d63aa73222f2fa9bc6d7321a
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | utility-tasks.bbclass | 48 fetcher = bb.fetch2.Fetch(src_uri, d)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fetch.py | 12 class Fetch(OESelftestTestCase): class
|