diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2022-03-30 13:36:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-31 11:46:03 +0100 |
commit | 1c4b8ba2ebc79f7e6dadf94755096061cd0a1805 (patch) | |
tree | 8594772efed37b2d7eecde737de40bc0f9cf716f /documentation | |
parent | 5fe3689f4f177eb918e1d8e1f5f1f3c5376aa073 (diff) | |
download | poky-1c4b8ba2ebc79f7e6dadf94755096061cd0a1805.tar.gz |
releases: update to include 3.4.3
Build scripts now only require updates in master.
(From yocto-docs rev: af6a15e376733727eb26c9c2a6b6a85f6faea437)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.yaml.in | 6 | ||||
-rw-r--r-- | documentation/releases.rst | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index a346b7623c..849eede289 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in | |||
@@ -1,10 +1,10 @@ | |||
1 | DISTRO : "3.4.2" | 1 | DISTRO : "3.4.3" |
2 | DISTRO_NAME_NO_CAP : "honister" | 2 | DISTRO_NAME_NO_CAP : "honister" |
3 | DISTRO_NAME : "Honister" | 3 | DISTRO_NAME : "Honister" |
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" |
5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" | 5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" |
6 | YOCTO_DOC_VERSION : "3.4.2" | 6 | YOCTO_DOC_VERSION : "3.4.3" |
7 | DISTRO_REL_TAG : "yocto-3.4.2" | 7 | DISTRO_REL_TAG : "yocto-3.4.3" |
8 | DOCCONF_VERSION : "dev" | 8 | DOCCONF_VERSION : "dev" |
9 | BITBAKE_SERIES : "" | 9 | BITBAKE_SERIES : "" |
10 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 10 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |
diff --git a/documentation/releases.rst b/documentation/releases.rst index 247481f760..80eca2a401 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -18,6 +18,7 @@ Release Series 3.4 (honister) | |||
18 | - :yocto_docs:`3.4 Documentation </3.4>` | 18 | - :yocto_docs:`3.4 Documentation </3.4>` |
19 | - :yocto_docs:`3.4.1 Documentation </3.4.1>` | 19 | - :yocto_docs:`3.4.1 Documentation </3.4.1>` |
20 | - :yocto_docs:`3.4.2 Documentation </3.4.2>` | 20 | - :yocto_docs:`3.4.2 Documentation </3.4.2>` |
21 | - :yocto_docs:`3.4.3 Documentation </3.4.3>` | ||
21 | 22 | ||
22 | ****************************** | 23 | ****************************** |
23 | Release Series 3.3 (hardknott) | 24 | Release Series 3.3 (hardknott) |