summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/release-process.rst17
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
97information about stable branch maintenance at 97information 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
100Testing and Quality Assurance 117Testing and Quality Assurance
101============================= 118=============================
102 119