diff mbox series

[1/2] ref-manual/variables.rst: document BB_GIT_DEFAULT_DESTSUFFIX

Message ID 20250624-migration-5-3-unpackdir-v1-1-ef6ef00d5cbc@bootlin.com
State Superseded
Headers show
Series migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes | expand

Commit Message

Antonin Godard June 24, 2025, 9:54 a.m. UTC
Recently added in BitBake with 378db0fdd95f ("fetch2/git: allow
overriding default unpack directory with a variable").

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/variables.rst | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Alexander Kanavin June 24, 2025, 10:10 a.m. UTC | #1
On Tue, 24 Jun 2025 at 11:55, Antonin Godard via
lists.yoctoproject.org
<antonin.godard=bootlin.com@lists.yoctoproject.org> wrote:
> +   :term:`BB_GIT_DEFAULT_DESTSUFFIX`
> +      See :term:`bitbake:BB_GENERATE_SHALLOW_TARBALLS` in the BitBake manual.

Incorrect copy-paste.

Alex
Antonin Godard June 24, 2025, 11:39 a.m. UTC | #2
On Tue Jun 24, 2025 at 12:10 PM CEST, Alexander Kanavin wrote:
> On Tue, 24 Jun 2025 at 11:55, Antonin Godard via
> lists.yoctoproject.org
> <antonin.godard=bootlin.com@lists.yoctoproject.org> wrote:
>> +   :term:`BB_GIT_DEFAULT_DESTSUFFIX`
>> +      See :term:`bitbake:BB_GENERATE_SHALLOW_TARBALLS` in the BitBake manual.
>
> Incorrect copy-paste.

Ha, well spotted thanks.

Antonin
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 0a748c918..ae6402220 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -560,6 +560,13 @@  system and gives an overview of their function and contents.
    :term:`BB_GENERATE_SHALLOW_TARBALLS`
       See :term:`bitbake:BB_GENERATE_SHALLOW_TARBALLS` in the BitBake manual.
 
+   :term:`BB_GIT_DEFAULT_DESTSUFFIX`
+      See :term:`bitbake:BB_GENERATE_SHALLOW_TARBALLS` in the BitBake manual.
+
+      In :term:`OpenEmbedded-Core (OE-Core)`, this variable is set to
+      :term:`BP` by default in :oe_git:`bitbake.conf
+      </openembedded-core/tree/meta/conf/bitbake.conf>`.
+
    :term:`BB_GIT_SHALLOW`
       See :term:`bitbake:BB_GIT_SHALLOW` in the BitBake manual.