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>
This commit is contained in:
Paul Barker
2020-11-23 18:03:41 +00:00
committed by Richard Purdie
parent 2b767c36d1
commit adeec77ee2

View File

@@ -2,6 +2,7 @@ DISTRO : "3.2"
DISTRO_NAME_NO_CAP : "gatesgarth"
DISTRO_NAME : "Gatesgarth"
DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
DISTRO_NAME_NO_CAP_LTS : "dunfell"
YOCTO_DOC_VERSION : "3.2"
YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
DISTRO_REL_TAG : "yocto-3.2"