Lines Matching refs:shallow
293 "1" causes bitbake to generate shallow mirror tarballs when fetching git
294 repositories. The number of commits included in the shallow mirror
298 enabled, bitbake will generate shallow mirror tarballs by default for git
299 repositories. This separate variable exists so that shallow tarball
307 …generating mirror tarballs of `shallow git repositories <https://riptutorial.com/git/example/4584/…
308 … The external `git-make-shallow <https://git.openembedded.org/bitbake/tree/bin/git-make-shallow>`_
309 script is used for shallow mirror tarball creation.
311 When :term:`BB_GIT_SHALLOW` is enabled, bitbake will attempt to fetch a shallow
312 mirror tarball. If the shallow mirror tarball cannot be fetched, it will
316 regardless of whether this variable is set or not. Support for shallow
318 shallow cloning a particular git commit hash (it only supports cloning
337 the number of commits to include in generated shallow mirror tarballs.
339 included in the shallow mirror tarball. Increasing the depth includes
343 generating shallow mirror tarballs.