summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml.in
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-18 14:16:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-23 12:08:56 +0000
commitb04eda74476fcaaee729ead79322694b3fb5937e (patch)
tree6cfcffee8331c0cfba6b6f76d91ae60443dd2cdf /documentation/poky.yaml.in
parent8d3e9aaede03f3615e5afb82df4d9b530a06a5f0 (diff)
downloadpoky-b04eda74476fcaaee729ead79322694b3fb5937e.tar.gz
conf.py/set_versions/poky.yaml: Set version in conf.py from poky.yaml
Allow conf.py to read the versions it needs from poky.yaml and have set_versions.py write this out. This means we don't have to change as many files when making new releases. (From yocto-docs rev: bfe74c67f327f0c6445cb4129ee0c32db022b95a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.yaml.in')
-rw-r--r--documentation/poky.yaml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 89a059ef1a..a346b7623c 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -5,6 +5,8 @@ DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott"
5DISTRO_NAME_NO_CAP_LTS : "dunfell" 5DISTRO_NAME_NO_CAP_LTS : "dunfell"
6YOCTO_DOC_VERSION : "3.4.2" 6YOCTO_DOC_VERSION : "3.4.2"
7DISTRO_REL_TAG : "yocto-3.4.2" 7DISTRO_REL_TAG : "yocto-3.4.2"
8DOCCONF_VERSION : "dev"
9BITBAKE_SERIES : ""
8YOCTO_DL_URL : "https://downloads.yoctoproject.org" 10YOCTO_DL_URL : "https://downloads.yoctoproject.org"
9YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" 11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
10YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" 12YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"