summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-11-23 18:03:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-24 09:07:28 +0000
commitadeec77ee265dcda4108122f7fa237c7a6e9a344 (patch)
tree3de060e9efc86e8596104ebf34cc828fa2062e9e /documentation
parent2b767c36d137f1418407e970002f6f66bd0ccf21 (diff)
downloadpoky-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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.yaml1
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"
2DISTRO_NAME_NO_CAP : "gatesgarth" 2DISTRO_NAME_NO_CAP : "gatesgarth"
3DISTRO_NAME : "Gatesgarth" 3DISTRO_NAME : "Gatesgarth"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
5DISTRO_NAME_NO_CAP_LTS : "dunfell"
5YOCTO_DOC_VERSION : "3.2" 6YOCTO_DOC_VERSION : "3.2"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
7DISTRO_REL_TAG : "yocto-3.2" 8DISTRO_REL_TAG : "yocto-3.2"