summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml
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/poky.yaml
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/poky.yaml')
-rw-r--r--documentation/poky.yaml2
1 files changed, 0 insertions, 2 deletions
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;"