summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--documentation/dev-manual/start.rst4
-rw-r--r--documentation/overview-manual/development-environment.rst2
-rw-r--r--documentation/poky.yaml2
-rw-r--r--documentation/ref-manual/terms.rst14
4 files changed, 9 insertions, 13 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 701d3cf4dc..96fabac1aa 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -647,9 +647,7 @@ Follow these steps to locate and download a particular tarball:
647 647
6483. *Find the Tarball:* Drill down to find the associated tarball. For 6483. *Find the Tarball:* Drill down to find the associated tarball. For
649 example, click on ``yocto-&DISTRO;`` to view files associated with the 649 example, click on ``yocto-&DISTRO;`` to view files associated with the
650 Yocto Project &DISTRO; release (e.g. 650 Yocto Project &DISTRO; release.
651 ``&YOCTO_POKY;.tar.bz2``, which is the
652 released Poky tarball).
653 651
6544. *Download the Tarball:* Click the tarball to download and save a 6524. *Download the Tarball:* Click the tarball to download and save a
655 snapshot of the given component. 653 snapshot of the given component.
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index fc193f3135..9c9c8e87a0 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -461,7 +461,7 @@ and clicking on the ``[...]`` link beneath the "Tag" heading.
461 461
462Some key tags for the ``poky`` repository are ``jethro-14.0.3``, 462Some key tags for the ``poky`` repository are ``jethro-14.0.3``,
463``morty-16.0.1``, ``pyro-17.0.0``, and 463``morty-16.0.1``, ``pyro-17.0.0``, and
464``&DISTRO_NAME_NO_CAP;-&POKYVERSION;``. These tags represent Yocto Project 464``&DISTRO_NAME_NO_CAP;-&DISTRO;``. These tags represent Yocto Project
465releases. 465releases.
466 466
467When you create a local copy of the Git repository, you also have access 467When you create a local copy of the Git repository, you also have access
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 4f4f3e3a99..c8a890c40a 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -6,8 +6,6 @@ DISTRO_NAME_NO_CAP_LTS : "dunfell"
6YOCTO_DOC_VERSION : "3.4.2" 6YOCTO_DOC_VERSION : "3.4.2"
7YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5"
8DISTRO_REL_TAG : "yocto-3.4.2" 8DISTRO_REL_TAG : "yocto-3.4.2"
9POKYVERSION : "26.0.2"
10YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
11YOCTO_DL_URL : "https://downloads.yoctoproject.org" 9YOCTO_DL_URL : "https://downloads.yoctoproject.org"
12YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" 10YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
13YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" 11YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
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