diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 12:00:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-21 15:18:24 +0000 |
commit | 33083dd825d8c44ad25450d03e6319aac18443f6 (patch) | |
tree | 5423be639be6f31226a87e84e44eff5500ad4d6e /documentation/overview-manual/development-environment.rst | |
parent | 6f713552b5cfe9d503756344011fef4246823303 (diff) | |
download | poky-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/overview-manual/development-environment.rst')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
462 | Some key tags for the ``poky`` repository are ``jethro-14.0.3``, | 462 | Some 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 |
465 | releases. | 465 | releases. |
466 | 466 | ||
467 | When you create a local copy of the Git repository, you also have access | 467 | When you create a local copy of the Git repository, you also have access |