diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-11-23 18:03:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-24 09:07:28 +0000 |
commit | adeec77ee265dcda4108122f7fa237c7a6e9a344 (patch) | |
tree | 3de060e9efc86e8596104ebf34cc828fa2062e9e | |
parent | 2b767c36d137f1418407e970002f6f66bd0ccf21 (diff) | |
download | poky-adeec77ee265dcda4108122f7fa237c7a6e9a344.tar.gz |
poky.yaml: Define DISTRO_NAME_NO_CAP_LTS
This allows us to reference the branch name for the latest LTS release
(currently dunfell) in the text. When the current release is an LTS,
this variable will be equal to DISTRO_NAME_NO_CAP.
(From yocto-docs rev: d5022ebbba31433761d84b1e5552dd86e08745d9)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index e184fa8299..57da0a7c27 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -2,6 +2,7 @@ DISTRO : "3.2" | |||
2 | DISTRO_NAME_NO_CAP : "gatesgarth" | 2 | DISTRO_NAME_NO_CAP : "gatesgarth" |
3 | DISTRO_NAME : "Gatesgarth" | 3 | DISTRO_NAME : "Gatesgarth" |
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" |
5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" | ||
5 | YOCTO_DOC_VERSION : "3.2" | 6 | YOCTO_DOC_VERSION : "3.2" |
6 | YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3" | 7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3" |
7 | DISTRO_REL_TAG : "yocto-3.2" | 8 | DISTRO_REL_TAG : "yocto-3.2" |