summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-18 12:00:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-21 15:18:24 +0000
commit33083dd825d8c44ad25450d03e6319aac18443f6 (patch)
tree5423be639be6f31226a87e84e44eff5500ad4d6e /documentation/ref-manual/terms.rst
parent6f713552b5cfe9d503756344011fef4246823303 (diff)
downloadpoky-33083dd825d8c44ad25450d03e6319aac18443f6.tar.gz
poky.yaml: Drop POKYVERSION and YOCTO_POKY references
We don't publish tarballs using this version any more, it has been removed everywhere. Remove the obsolete references in the docs, adapting references accordingly. The tarballs now are just created with their sha256 checksum which we don't want or need to reference in the docs. (From yocto-docs rev: c7a0ac88b01c48f3d9209536542bf43ae7a7937f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/terms.rst')
-rw-r--r--documentation/ref-manual/terms.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 3f18d3404e..cba514c345 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -88,11 +88,11 @@ universal, the list includes them just in case:
88 - Provide a directory path and specifically name the Build 88 - Provide a directory path and specifically name the Build
89 Directory. Any intermediate folders in the pathname must exist. 89 Directory. Any intermediate folders in the pathname must exist.
90 This next example creates a Build Directory named 90 This next example creates a Build Directory named
91 ``YP-&POKYVERSION;`` within the existing directory ``mybuilds``: 91 ``YP-&DISTRO;`` within the existing directory ``mybuilds``:
92 92
93 .. code-block:: shell 93 .. code-block:: shell
94 94
95 $ source poky/oe-init-build-env mybuilds/YP-&POKYVERSION; 95 $ source poky/oe-init-build-env mybuilds/YP-&DISTRO;
96 96
97 .. note:: 97 .. note::
98 98
@@ -357,13 +357,13 @@ universal, the list includes them just in case:
357 repository results in a local Git repository whose top-level folder 357 repository results in a local Git repository whose top-level folder
358 is also named "poky". 358 is also named "poky".
359 359
360 While it is not recommended that you use tarball expansion to set up 360 While it is not recommended that you use tarball extraction to set up
361 the Source Directory, if you do, the top-level directory name of the 361 the Source Directory, if you do, the top-level directory name of the
362 Source Directory is derived from the Yocto Project release tarball. 362 Source Directory is derived from the Yocto Project release tarball.
363 For example, downloading and unpacking 363 For example, downloading and unpacking poky tarballs from
364 :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2` 364 :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/`
365 results in a Source Directory whose root folder is named 365 results in a Source Directory whose root folder is named poky.
366 ``&YOCTO_POKY;``. 366
367 367
368 It is important to understand the differences between the Source 368 It is important to understand the differences between the Source
369 Directory created by unpacking a released tarball as compared to 369 Directory created by unpacking a released tarball as compared to