From adeec77ee265dcda4108122f7fa237c7a6e9a344 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 23 Nov 2020 18:03:41 +0000 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation') 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" 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" -- cgit v1.2.3-54-g00ecf