* [PATCH] doc: bitbake-user-manual-ref-variables: BB_ENV_PASSTHROUGH is not in default BB_ENV_PASSTHROUGH_ADDITIONS (anymore)
@ 2026-01-14 15:41 Quentin Schulz
2026-02-23 18:03 ` Quentin Schulz
0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2026-01-14 15:41 UTC (permalink / raw)
To: bitbake-devel; +Cc: docs, Quentin Schulz, Robert P. J. Day, Richard Purdie
From: Quentin Schulz <quentin.schulz@cherry.de>
BB_ENV_PASSTHROUGH_ADDITIONS variable doesn't contain BB_ENV_PASSTHROUGH
anymore since commit 0a33b560233b ("utils: remove BB_ENV_PASSTHROUGH
from preserved_envvars()") so let's fix this oversight.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Suggested-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index af911f306..345da647e 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -286,8 +286,8 @@ overview of their function and contents.
Specifies the internal list of variables to allow through from
the external environment into BitBake's datastore. If the value of
this variable is not specified (which is the default), the following
- list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`,
- :term:`BB_ENV_PASSTHROUGH`, and :term:`BB_ENV_PASSTHROUGH_ADDITIONS`.
+ list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`, and
+ :term:`BB_ENV_PASSTHROUGH_ADDITIONS`.
.. note::
---
base-commit: f23e186a75e71ba885b9b53a1dfda99af29c67b0
change-id: 20260114-env-passthru-456899fe5a83
Best regards,
--
Quentin Schulz <quentin.schulz@cherry.de>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] doc: bitbake-user-manual-ref-variables: BB_ENV_PASSTHROUGH is not in default BB_ENV_PASSTHROUGH_ADDITIONS (anymore)
2026-01-14 15:41 [PATCH] doc: bitbake-user-manual-ref-variables: BB_ENV_PASSTHROUGH is not in default BB_ENV_PASSTHROUGH_ADDITIONS (anymore) Quentin Schulz
@ 2026-02-23 18:03 ` Quentin Schulz
2026-02-24 8:04 ` [docs] " Antonin Godard
0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2026-02-23 18:03 UTC (permalink / raw)
To: Quentin Schulz, bitbake-devel; +Cc: docs, Robert P. J. Day, Richard Purdie
Hi all,
I don't see this in master/master-next so gentle ping (feedback of
course welcome).
Cheers,
Quentin
On 1/14/26 4:41 PM, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@cherry.de>
>
> BB_ENV_PASSTHROUGH_ADDITIONS variable doesn't contain BB_ENV_PASSTHROUGH
> anymore since commit 0a33b560233b ("utils: remove BB_ENV_PASSTHROUGH
> from preserved_envvars()") so let's fix this oversight.
>
> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
> Suggested-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
> ---
> doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
> index af911f306..345da647e 100644
> --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
> +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
> @@ -286,8 +286,8 @@ overview of their function and contents.
> Specifies the internal list of variables to allow through from
> the external environment into BitBake's datastore. If the value of
> this variable is not specified (which is the default), the following
> - list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`,
> - :term:`BB_ENV_PASSTHROUGH`, and :term:`BB_ENV_PASSTHROUGH_ADDITIONS`.
> + list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`, and
> + :term:`BB_ENV_PASSTHROUGH_ADDITIONS`.
>
> .. note::
>
>
> ---
> base-commit: f23e186a75e71ba885b9b53a1dfda99af29c67b0
> change-id: 20260114-env-passthru-456899fe5a83
>
> Best regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [docs] [PATCH] doc: bitbake-user-manual-ref-variables: BB_ENV_PASSTHROUGH is not in default BB_ENV_PASSTHROUGH_ADDITIONS (anymore)
2026-02-23 18:03 ` Quentin Schulz
@ 2026-02-24 8:04 ` Antonin Godard
0 siblings, 0 replies; 3+ messages in thread
From: Antonin Godard @ 2026-02-24 8:04 UTC (permalink / raw)
To: quentin.schulz, Quentin Schulz, bitbake-devel
Cc: docs, Robert P. J. Day, Richard Purdie
On Mon Feb 23, 2026 at 7:03 PM CET, Quentin Schulz via lists.yoctoproject.org wrote:
> Hi all,
>
> I don't see this in master/master-next so gentle ping (feedback of
> course welcome).
>
> Cheers,
> Quentin
>
> On 1/14/26 4:41 PM, Quentin Schulz wrote:
>> From: Quentin Schulz <quentin.schulz@cherry.de>
>>
>> BB_ENV_PASSTHROUGH_ADDITIONS variable doesn't contain BB_ENV_PASSTHROUGH
>> anymore since commit 0a33b560233b ("utils: remove BB_ENV_PASSTHROUGH
>> from preserved_envvars()") so let's fix this oversight.
>>
>> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
>> Suggested-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
>> ---
>> doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
>> index af911f306..345da647e 100644
>> --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
>> +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
>> @@ -286,8 +286,8 @@ overview of their function and contents.
>> Specifies the internal list of variables to allow through from
>> the external environment into BitBake's datastore. If the value of
>> this variable is not specified (which is the default), the following
>> - list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`,
>> - :term:`BB_ENV_PASSTHROUGH`, and :term:`BB_ENV_PASSTHROUGH_ADDITIONS`.
>> + list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`, and
>> + :term:`BB_ENV_PASSTHROUGH_ADDITIONS`.
>>
>> .. note::
>>
>>
>> ---
>> base-commit: f23e186a75e71ba885b9b53a1dfda99af29c67b0
>> change-id: 20260114-env-passthru-456899fe5a83
>>
>> Best regards,
Looking good to me
Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>
Thanks!
Antonin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-24 8:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 15:41 [PATCH] doc: bitbake-user-manual-ref-variables: BB_ENV_PASSTHROUGH is not in default BB_ENV_PASSTHROUGH_ADDITIONS (anymore) Quentin Schulz
2026-02-23 18:03 ` Quentin Schulz
2026-02-24 8:04 ` [docs] " Antonin Godard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox