summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
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/dev-manual')
-rw-r--r--documentation/dev-manual/start.rst4
1 files changed, 1 insertions, 3 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.