| /tools/binman/btool/ |
| A D | _testing.py | 27 def fetch(self, method): member in Bintool_testing 29 return super().fetch(method)
|
| A D | cst.py | 39 def fetch(self, method): member in Bintoolcst
|
| A D | fdt_add_pubkey.py | 54 def fetch(self, method): member in Bintoolfdt_add_pubkey
|
| A D | mkimage.py | 55 def fetch(self, method): member in Bintoolmkimage
|
| A D | fiptool.py | 98 def fetch(self, method): member in Bintoolfiptool
|
| A D | fdtgrep.py | 118 def fetch(self, method): member in Bintoolfdtgrep
|
| A D | bootgen.py | 128 def fetch(self, method): member in Bintoolbootgen
|
| A D | lz4.py | 111 def fetch(self, method): member in Bintoollz4
|
| A D | cbfstool.py | 200 def fetch(self, method): member in Bintoolcbfstool
|
| A D | futility.py | 148 def fetch(self, method): member in Bintoolfutility
|
| A D | ifwitool.py | 147 def fetch(self, method): member in Bintoolifwitool
|
| A D | mkeficapsule.py | 110 def fetch(self, method): member in Bintoolmkeficapsule
|
| A D | lzma_alone.py | 94 def fetch(self, method): member in Bintoollzma_alone
|
| A D | openssl.py | 350 def fetch(self, method): member in Bintoolopenssl
|
| /tools/binman/ |
| A D | bintools.rst | 28 It is also possible to fetch the tool, which uses `apt` to install it. 125 It is also possible to fetch the tool, which uses `apt` to install it. 154 It is also possible to fetch the tool, which uses `apt` to install it. 168 It is also possible to fetch the tool, which uses `apt` to install it. 182 It is also possible to fetch the tool, which uses `apt` to install it. 228 It is also possible to fetch the tool, which uses `apt` to install it. 242 It is also possible to fetch the tool, which uses `apt` to install it.
|
| A D | bintool.py | 197 res = self.fetch(meth) 483 def fetch(self, method): member in Bintool 589 def fetch(self, method): member in BintoolPacker
|
| A D | bintool_test.py | 321 result = btool.fetch(method)
|
| A D | README.rst | 1609 and also provide a way to fetch them. 1615 To fetch tools which are missing, use:: 1617 binman tool --fetch missing 1619 You can also use `--fetch all` to fetch all tools or `--fetch <tool>` to fetch 1979 -f, --fetch 1980 Fetch a bintool from a known location. Use `all` to fetch all and `missing` 1981 to fetch any missing tools.
|
| A D | binman.rst | 1609 and also provide a way to fetch them. 1615 To fetch tools which are missing, use:: 1617 binman tool --fetch missing 1619 You can also use `--fetch all` to fetch all tools or `--fetch <tool>` to fetch 1979 -f, --fetch 1980 Fetch a bintool from a known location. Use `all` to fetch all and `missing` 1981 to fetch any missing tools.
|
| A D | control.py | 875 elif args.fetch:
|
| /tools/ |
| A D | update-subtree.sh | 73 git fetch $remote_name master
|
| /tools/u_boot_pylib/ |
| A D | gitutil.py | 278 def fetch(git_dir=None, work_tree=None): function
|
| /tools/buildman/ |
| A D | README.rst | 16 buildman --fetch-arch arm 103 must supply suitable tool chains (see --fetch-arch), but buildman takes care 446 $ ./tools/buildman/buildman --fetch-arch list 457 $ ./tools/buildman/buildman --fetch-arch or32 473 ./tools/buildman/buildman --fetch-arch all
|
| A D | buildman.rst | 16 buildman --fetch-arch arm 103 must supply suitable tool chains (see --fetch-arch), but buildman takes care 446 $ ./tools/buildman/buildman --fetch-arch list 457 $ ./tools/buildman/buildman --fetch-arch or32 473 ./tools/buildman/buildman --fetch-arch all
|
| /tools/patman/ |
| A D | patman.rst | 615 git fetch origin # or whatever upstream is called 969 "Cover-letter" for maintainers to fetch the original commit.
|