diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2023-03-01 17:48:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-20 13:16:52 +0000 |
commit | f559a61295b36836f35f820c0ba74ffaed4dc13e (patch) | |
tree | 91886f605ac8da0fca6048773497b5309c2392d5 /documentation | |
parent | ee5e6a86fd0d2f81a6a3db4fba7ec5158555e595 (diff) | |
download | poky-f559a61295b36836f35f820c0ba74ffaed4dc13e.tar.gz |
ref-manual: Add info on "mixin" layers
This is heavily inspired from:
https://wiki.yoctoproject.org/wiki/index.php?title=Stable_Release_and_LTS&oldid=84847#LTS_.E2.80.9CMixin.E2.80.9D_repositories
(From yocto-docs rev: 32673500cd760a5e85a16b1eeb92ad44e143f71b)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/release-process.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 19e8040638..fa057e055c 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -97,6 +97,23 @@ through the same release process as do point releases. You can find more | |||
97 | information about stable branch maintenance at | 97 | information about stable branch maintenance at |
98 | :yocto_wiki:`/Stable_branch_maintenance`. | 98 | :yocto_wiki:`/Stable_branch_maintenance`. |
99 | 99 | ||
100 | .. note:: | ||
101 | |||
102 | In some circumstances, a layer can be created by the community in order to | ||
103 | add a specific feature or support a new version of some package for an LTS | ||
104 | release. This is called a "mixin" layer. These are thin and specific | ||
105 | purpose layers which can be stacked with an LTS release to "mix" a specific | ||
106 | feature into that build. These are created on an as-needed basis and | ||
107 | maintained by the people who need them. | ||
108 | |||
109 | Policies on testing these layers depend on how widespread their usage is and | ||
110 | determined on a case-by-case basis. You can find some "mixin" layers in the | ||
111 | :yocto_git:`meta-lts-mixins </meta-lts-mixins>` repository. While the Yocto | ||
112 | Project provides hosting for those repositories, it does not provides | ||
113 | testing on them. Other "mixin" layers may be released elsewhere by the wider | ||
114 | community. | ||
115 | |||
116 | |||
100 | Testing and Quality Assurance | 117 | Testing and Quality Assurance |
101 | ============================= | 118 | ============================= |
102 | 119 | ||