@@ -129,7 +129,10 @@ differ from the examples below.
Available configurations:
1. poky-master Poky - The Yocto Project testing distribution configurations and hardware test platforms
- 2. oe-nodistro OpenEmbedded - 'nodistro' basic configuration
+ 2. oe-nodistro-&DISTRO_NAME_NO_CAP; OpenEmbedded - 'nodistro' basic configuration, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;'
+ 3. poky-&DISTRO_NAME_NO_CAP; Poky - The Yocto Project testing distribution configurations and hardware test platforms, release &DISTRO_RELEASE_SERIES; '&DISTRO_NAME_NO_CAP;'
+ 4. oe-nodistro-master OpenEmbedded - 'nodistro' basic configuration
+ ...
Please select one of the above configurations by its number:
1
Configurations were updated with commit 720df1a53452 ("bitbake-setup: add whinlatter configs for poky and oe-nodistro") in BitBake. To more accurately represent what the output will be in the real world, add them here by using the DISTRO_NAME_NO_CAP and DISTRO_RELEASE_SERIES meta variable that are translated to "whinlatter" and "5.3" respectively. Note that the real output mentions "(supported until 2026-05-31)" but we don't want to maintain that value over time, so just omit it. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/brief-yoctoprojectqs/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)