bitbake-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bitbake-user-manual: fix BB_RUNFMT's default value
@ 2023-04-27 13:06 Ulrich Ölmann
  2023-04-27 16:15 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Ölmann @ 2023-04-27 13:06 UTC (permalink / raw)
  To: bitbake-devel; +Cc: docs, yocto, Ulrich Ölmann

According to the code the default value is slightly different (see [1] which
reflects the current tip commit at the time of writing).

[1] https://git.openembedded.org/bitbake/tree/lib/bb/build.py?id=d97d62e2cbe4bae17f0886f3b4759e8f9ba6d38c#n237

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6ccf58b21234..01d4f8d14a35 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -563,7 +563,7 @@ overview of their function and contents.
       :term:`BB_RUNFMT` variable is undefined and the run filenames get
       created using the following form::
 
-         run.{task}.{pid}
+         run.{func}.{pid}
 
       If you want to force run files to take a specific name, you can set this
       variable in a configuration file.
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [docs] [PATCH] bitbake-user-manual: fix BB_RUNFMT's default value
  2023-04-27 13:06 [PATCH] bitbake-user-manual: fix BB_RUNFMT's default value Ulrich Ölmann
@ 2023-04-27 16:15 ` Michael Opdenacker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2023-04-27 16:15 UTC (permalink / raw)
  To: Ulrich Ölmann, bitbake-devel; +Cc: docs, yocto

Hi Ulrich,

Thanks for the patch!

On 27.04.23 at 15:06, Ulrich Ölmann wrote:
> According to the code the default value is slightly different (see [1] which
> reflects the current tip commit at the time of writing).
>
> [1] https://git.openembedded.org/bitbake/tree/lib/bb/build.py?id=d97d62e2cbe4bae17f0886f3b4759e8f9ba6d38c#n237
>
> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
> ---
>   doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 6ccf58b21234..01d4f8d14a35 100644
> --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
> +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
> @@ -563,7 +563,7 @@ overview of their function and contents.
>         :term:`BB_RUNFMT` variable is undefined and the run filenames get
>         created using the following form::
>   
> -         run.{task}.{pid}
> +         run.{func}.{pid}
>   
>         If you want to force run files to take a specific name, you can set this
>         variable in a configuration file.


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Cheers
Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-27 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27 13:06 [PATCH] bitbake-user-manual: fix BB_RUNFMT's default value Ulrich Ölmann
2023-04-27 16:15 ` [docs] " Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).