mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
docs: fix missing & and ; surrounding references from poky.yaml
poky.yaml references are only replaced in files if they are prefixed by & and suffixed by ;. Let's fix the missing surrounding characters. (From yocto-docs rev: 7ee4ba7a27acd87d8c728639d1b053d2e26c6e58) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
658499cacb
commit
e6a0be545d
@@ -340,12 +340,12 @@ of the two methods by which you can get these tools:
|
||||
traditional installer:
|
||||
::
|
||||
|
||||
$ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-DISTRO.sh
|
||||
$ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh
|
||||
|
||||
Here is an example for the extended installer:
|
||||
::
|
||||
|
||||
$ sh ~/Downloads/x86_64-buildtools-extended-nativesdk-standalone-DISTRO.sh
|
||||
$ sh ~/Downloads/x86_64-buildtools-extended-nativesdk-standalone-&DISTRO;.sh
|
||||
|
||||
During execution, a prompt appears that allows you to choose the
|
||||
installation directory. For example, you could choose the following:
|
||||
|
||||
Reference in New Issue
Block a user