Searched refs:shallow (Results 1 – 19 of 19) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 29 def get_fetch_layer(self, fetchdir, url, subdir, fetch_layer, branch, shallow=False): argument 38 if shallow: 214 args.shallow) 242 args.shallow = True
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | gitannex.py | 24 if ud.shallow: 49 if not ud.shallow or ud.localpath != ud.fullshallow:
|
| H A D | git.py | 200 ud.shallow = d.getVar("BB_GIT_SHALLOW") == "1" 238 if ud.shallow and not ud.shallow_revs and ud.shallow_depths[ud.name] == 0: 240 ud.shallow = False 282 if ud.shallow: 320 if ud.shallow and ud.write_shallow_tarballs and self.clonedir_need_shallow_revs(ud, d): 346 return ud.shallow and ud.write_shallow_tarballs and not os.path.exists(ud.fullshallow) 355 if ud.shallow and not os.path.exists(origud.fullshallow): 383 if ud.shallow and os.path.exists(ud.fullshallow) and self.need_update(ud, d): 445 if ud.shallow and not ud.shallow_skip_fast: 486 if ud.shallow and ud.write_shallow_tarballs: [all …]
|
| H A D | gitsm.py | 155 if ud.shallow and os.path.exists(ud.fullshallow) and unpack: 233 if ud.shallow:
|
| /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-ref-variables.rst | 301 "1" causes bitbake to generate shallow mirror tarballs when fetching git 302 repositories. The number of commits included in the shallow mirror 306 enabled, bitbake will generate shallow mirror tarballs by default for git 307 repositories. This separate variable exists so that shallow tarball 315 …generating mirror tarballs of `shallow git repositories <https://riptutorial.com/git/example/4584/… 316 … The external `git-make-shallow <https://git.openembedded.org/bitbake/tree/bin/git-make-shallow>`_ 317 script is used for shallow mirror tarball creation. 319 When :term:`BB_GIT_SHALLOW` is enabled, bitbake will attempt to fetch a shallow 320 mirror tarball. If the shallow mirror tarball cannot be fetched, it will 323 This setting causes an initial shallow clone instead of an initial full bare clone. [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | create-pull-request | 192 git format-patch $extraopts -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-le…
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | mirrors.bbclass | 70 # Switch llvm, glibc and binutils recipes to use shallow clones as they're large and this
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.25.rst | 42 - bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
|
| H A D | release-notes-5.1.3.rst | 35 - bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
|
| H A D | release-notes-4.3.3.rst | 44 - dtc: preserve version also from shallow git clones
|
| H A D | release-notes-5.0.7.rst | 169 - bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
|
| H A D | release-notes-4.0.6.rst | 110 - mirrors.bbclass: use shallow tarball for binutils-native
|
| H A D | release-notes-4.1.1.rst | 110 - mirrors.bbclass: use shallow tarball for binutils-native
|
| H A D | release-notes-5.2.rst | 347 - Add support for fast initial shallow fetch. The fetcher will prefer an 348 initial shallow clone, but will re-utilize an existing bare clone if 349 there is one. If the remote server does not allow shallow fetches, the
|
| H A D | release-notes-5.0.rst | 222 - ``git-make-shallow`` script: add support for Git's ``safe.bareRepository=explicit``
|
| H A D | release-notes-4.0.rst | 203 - glibc and binutils recipes now use shallow mirror tarballs for faster fetching
|
| H A D | release-notes-4.2.rst | 328 …- :ref:`ref-classes-mirrors` class: use shallow tarball for ``binutils-native``/``nativesdk-binut…
|
| /openbmc/qemu/docs/devel/ |
| H A D | submitting-a-patch.rst | 356 letter, with shallow threading (all patches in the series are
|
| /openbmc/qemu/docs/interop/ |
| H A D | live-block-operations.rst | 678 Sometimes, this is also referred to as "shallow copy" -- because only
|