diff --git a/documentation/README b/documentation/README index 5516d71a6..7c4472c73 100644 --- a/documentation/README +++ b/documentation/README @@ -244,12 +244,12 @@ content: .. code-block:: $ mkdir bitbake-builds-&DISTRO; or - $ git clone &YOCTO_GIT_URL;/git/yocto-docs -b &DISTRO_NAME_NO_CAP; + $ git clone https://git.yoctoproject.org/yocto-docs -b &DISTRO_NAME_NO_CAP; Variables can be nested, like it was the case for DocBook: - YOCTO_HOME_URL : "https://www.yoctoproject.org" - YOCTO_DOCS_URL : "&YOCTO_HOME_URL;/docs" + DISTRO : "5.2" + DISTRO_REL_TAG : "yocto-$DISTRO;" Note directive ==============
Replace obsolete substitution variables by current ones from poky.yaml.in. Suggested-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)