diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-02-02 10:42:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-05 14:30:34 +0000 |
| commit | 559313fe03076465152a48e4405cc8930e86e80b (patch) | |
| tree | 8ab6f989ef0dbc2a4d75d354f0337708867355cb /documentation/set_versions.py | |
| parent | 4697b6454c0fb5514136e6d52d4ce4604eb484d0 (diff) | |
| download | poky-559313fe03076465152a48e4405cc8930e86e80b.tar.gz | |
docs: remove support for mickledore (4.2) release
(From yocto-docs rev: a6c28b89b40df38d6456d1a3ddb42d0231759b41)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/set_versions.py')
| -rwxr-xr-x | documentation/set_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/set_versions.py b/documentation/set_versions.py index a7c4d5af0b..90e08fc5e0 100755 --- a/documentation/set_versions.py +++ b/documentation/set_versions.py | |||
| @@ -26,7 +26,7 @@ ourversion = None | |||
| 26 | if len(sys.argv) == 2: | 26 | if len(sys.argv) == 2: |
| 27 | ourversion = sys.argv[1] | 27 | ourversion = sys.argv[1] |
| 28 | 28 | ||
| 29 | activereleases = ["nanbield", "mickledore", "kirkstone", "dunfell"] | 29 | activereleases = ["nanbield", "kirkstone", "dunfell"] |
| 30 | devbranch = "scarthgap" | 30 | devbranch = "scarthgap" |
| 31 | ltsseries = ["kirkstone", "dunfell"] | 31 | ltsseries = ["kirkstone", "dunfell"] |
| 32 | 32 | ||
