mbox series

[v2,0/4] Change terminology

Message ID 20260127215303.512936-1-daiane.angolini@foundries.io
Headers show
Series Change terminology | expand

Message

Daiane Angolini Jan. 27, 2026, 9:52 p.m. UTC
The goal is to replace some terminology used in the documentation and reflect
that in the script output.

Change in v1:
  Generic Configuration  -> BitBake Setup Template
  Specific Configuration -> BitBake Setup Instance
  nested configurations  -> Variant
      
Change in v2:
  Generic Configuration  -> Configuration Template
  Specific Configuration -> Configuration Instance
  (no change for variant or nested configuration)

In addition to that, there are a fix in a leading text and "sources" is fixed
from **optional** to **required**.

The commit adding the "Variant" term into glossary was removed.

Daiane Angolini (4):
  doc: change some terminology around bitbake-setup
  bitbake-setup: Change the output to match the terminology in the docs
  docs: Fix leading text for bitbake-setup init
  docs: Fix sources as required

 bin/bitbake-setup                             |  6 +-
 .../configurations/poky-master.conf.json      |  2 +-
 .../configurations/poky-whinlatter.conf.json  |  2 +-
 .../bitbake-user-manual-environment-setup.rst | 97 ++++++++++---------
 4 files changed, 54 insertions(+), 53 deletions(-)

Comments

Antonin Godard Jan. 30, 2026, 2:14 p.m. UTC | #1
On Tue Jan 27, 2026 at 10:52 PM CET, Daiane Angolini via lists.yoctoproject.org wrote:
> The goal is to replace some terminology used in the documentation and reflect
> that in the script output.
>
> Change in v1:
>   Generic Configuration  -> BitBake Setup Template
>   Specific Configuration -> BitBake Setup Instance
>   nested configurations  -> Variant
>       
> Change in v2:
>   Generic Configuration  -> Configuration Template
>   Specific Configuration -> Configuration Instance
>   (no change for variant or nested configuration)
>
> In addition to that, there are a fix in a leading text and "sources" is fixed
> from **optional** to **required**.
>
> The commit adding the "Variant" term into glossary was removed.
>
> Daiane Angolini (4):
>   doc: change some terminology around bitbake-setup
>   bitbake-setup: Change the output to match the terminology in the docs
>   docs: Fix leading text for bitbake-setup init
>   docs: Fix sources as required
>
>  bin/bitbake-setup                             |  6 +-
>  .../configurations/poky-master.conf.json      |  2 +-
>  .../configurations/poky-whinlatter.conf.json  |  2 +-
>  .../bitbake-user-manual-environment-setup.rst | 97 ++++++++++---------
>  4 files changed, 54 insertions(+), 53 deletions(-)

For the series:

Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>

Thanks!
Antonin