| Message ID | 20260811-bitbake-setup-pip-v1-2-0c8b350017e4@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Quick Build: use pip for bitbake-setup (and a typo fix) | expand |
On Tue, 11 Aug 2026, Antonin Godard via lists.yoctoproject.org wrote: > These two replacements were missing the leading ";" which made them > appear with their name instead of resolved value. Don't you mean trailing ";"? > > Fixes: 34eafb89b1e4 ("brief-yoctoprojectqs/index.rst: refresh bitbake-setup outputs") > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > documentation/brief-yoctoprojectqs/index.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst > index 5ecc11791..9af18d744 100644 > --- a/documentation/brief-yoctoprojectqs/index.rst > +++ b/documentation/brief-yoctoprojectqs/index.rst > @@ -138,9 +138,9 @@ differ from the examples below. > > Available Configuration Templates: > 1. oe-nodistro-master OpenEmbedded - 'nodistro' basic configuration > - 2. oe-nodistro-&DISTRO_NAME_NO_CAP OpenEmbedded - 'nodistro' basic configuration, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) > + 2. oe-nodistro-&DISTRO_NAME_NO_CAP; OpenEmbedded - 'nodistro' basic configuration, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) > 3. poky-master Poky - The Yocto Project testing distribution configurations and hardware test platforms > - 4. poky-&DISTRO_NAME_NO_CAP Poky - The Yocto Project testing distribution configurations and hardware test platforms, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) > + 4. poky-&DISTRO_NAME_NO_CAP; Poky - The Yocto Project testing distribution configurations and hardware test platforms, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) > > Please select one of the above configurations by its number: 3 > > > -- > 2.55.0 > >
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 5ecc11791..9af18d744 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -138,9 +138,9 @@ differ from the examples below. Available Configuration Templates: 1. oe-nodistro-master OpenEmbedded - 'nodistro' basic configuration - 2. oe-nodistro-&DISTRO_NAME_NO_CAP OpenEmbedded - 'nodistro' basic configuration, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) + 2. oe-nodistro-&DISTRO_NAME_NO_CAP; OpenEmbedded - 'nodistro' basic configuration, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) 3. poky-master Poky - The Yocto Project testing distribution configurations and hardware test platforms - 4. poky-&DISTRO_NAME_NO_CAP Poky - The Yocto Project testing distribution configurations and hardware test platforms, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) + 4. poky-&DISTRO_NAME_NO_CAP; Poky - The Yocto Project testing distribution configurations and hardware test platforms, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;' (supported until ...) Please select one of the above configurations by its number: 3
These two replacements were missing the leading ";" which made them appear with their name instead of resolved value. Fixes: 34eafb89b1e4 ("brief-yoctoprojectqs/index.rst: refresh bitbake-setup outputs") Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/brief-yoctoprojectqs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)