diff options
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/advanced.rst | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/concepts-appx.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst index e38a8da25c..eae2d49ba4 100644 --- a/documentation/kernel-dev/advanced.rst +++ b/documentation/kernel-dev/advanced.rst | |||
@@ -182,7 +182,7 @@ the structure: | |||
182 | order to define a base kernel policy or major kernel type to be | 182 | order to define a base kernel policy or major kernel type to be |
183 | reused across multiple BSPs, place the file in ``ktypes`` directory. | 183 | reused across multiple BSPs, place the file in ``ktypes`` directory. |
184 | 184 | ||
185 | These distinctions can easily become blurred - especially as out-of-tree | 185 | These distinctions can easily become blurred --- especially as out-of-tree |
186 | features slowly merge upstream over time. Also, remember that how the | 186 | features slowly merge upstream over time. Also, remember that how the |
187 | description files are placed is a purely logical organization and has no | 187 | description files are placed is a purely logical organization and has no |
188 | impact on the functionality of the kernel Metadata. There is no impact | 188 | impact on the functionality of the kernel Metadata. There is no impact |
diff --git a/documentation/kernel-dev/concepts-appx.rst b/documentation/kernel-dev/concepts-appx.rst index 910318e0f9..7b734a2a39 100644 --- a/documentation/kernel-dev/concepts-appx.rst +++ b/documentation/kernel-dev/concepts-appx.rst | |||
@@ -117,7 +117,7 @@ upstream Linux kernel development and are managed by the Yocto Project | |||
117 | team's Yocto Linux kernel development strategy. It is the Yocto Project | 117 | team's Yocto Linux kernel development strategy. It is the Yocto Project |
118 | team's policy to not back-port minor features to the released Yocto | 118 | team's policy to not back-port minor features to the released Yocto |
119 | Linux kernel. They only consider back-porting significant technological | 119 | Linux kernel. They only consider back-porting significant technological |
120 | jumps - and, that is done after a complete gap analysis. The reason | 120 | jumps --- and, that is done after a complete gap analysis. The reason |
121 | for this policy is that back-porting any small to medium sized change | 121 | for this policy is that back-porting any small to medium sized change |
122 | from an evolving Linux kernel can easily create mismatches, | 122 | from an evolving Linux kernel can easily create mismatches, |
123 | incompatibilities and very subtle errors. | 123 | incompatibilities and very subtle errors. |