diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2025-06-24 11:38:28 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-26 11:02:55 +0100 |
| commit | e9754adb05962b9fae413a71054a2c1b777388cf (patch) | |
| tree | 9400289eb478da40f729676586d3115b2cd34b50 /bitbake | |
| parent | 2e234162da158d74fbb5682f2fafc785691845aa (diff) | |
| download | poky-e9754adb05962b9fae413a71054a2c1b777388cf.tar.gz | |
bitbake: doc: bitbake-user-manual-ref-variables: document BB_GIT_DEFAULT_DESTSUFFIX
This variable was recently added with 378db0fdd95f ("fetch2/git: allow
overriding default unpack directory with a variable").
(Bitbake rev: a569be0d369cb8b9457beedfeb75b984f751ba5a)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index 477443e228..1069604438 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |||
| @@ -310,6 +310,11 @@ overview of their function and contents. | |||
| 310 | 310 | ||
| 311 | For example usage, see :term:`BB_GIT_SHALLOW`. | 311 | For example usage, see :term:`BB_GIT_SHALLOW`. |
| 312 | 312 | ||
| 313 | :term:`BB_GIT_DEFAULT_DESTSUFFIX` | ||
| 314 | The default destination directory where the Git fetcher unpacks the | ||
| 315 | source code. If this variable is not set, the source code is unpacked in a | ||
| 316 | directory named "git". | ||
| 317 | |||
| 313 | :term:`BB_GIT_SHALLOW` | 318 | :term:`BB_GIT_SHALLOW` |
| 314 | Setting this variable to "1" enables the support for fetching, using and | 319 | Setting this variable to "1" enables the support for fetching, using and |
| 315 | generating mirror tarballs of `shallow git repositories <https://riptutorial.com/git/example/4584/shallow-clone>`_. | 320 | generating mirror tarballs of `shallow git repositories <https://riptutorial.com/git/example/4584/shallow-clone>`_. |
