diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-maint-appx.rst')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-maint-appx.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.rst b/documentation/kernel-dev/kernel-dev-maint-appx.rst index b4e5f199c9..d76e789d56 100644 --- a/documentation/kernel-dev/kernel-dev-maint-appx.rst +++ b/documentation/kernel-dev/kernel-dev-maint-appx.rst | |||
@@ -111,7 +111,7 @@ patch, or BSP: | |||
111 | 111 | ||
112 | 4. *Append Extra Features:* Extra features are appended to the top-level | 112 | 4. *Append Extra Features:* Extra features are appended to the top-level |
113 | feature description. These features can come from the | 113 | feature description. These features can come from the |
114 | ```KERNEL_FEATURES`` <&YOCTO_DOCS_REF_URL;#var-KERNEL_FEATURES>`__ | 114 | :term:`KERNEL_FEATURES` |
115 | variable in recipes. | 115 | variable in recipes. |
116 | 116 | ||
117 | 5. *Locate, Expand, and Append Each Feature:* Each extra feature is | 117 | 5. *Locate, Expand, and Append Each Feature:* Each extra feature is |
@@ -172,7 +172,7 @@ can consider the compilation phase of kernel development, which is | |||
172 | building a kernel image. Some prerequisites exist that are validated by | 172 | building a kernel image. Some prerequisites exist that are validated by |
173 | the build process before compilation starts: | 173 | the build process before compilation starts: |
174 | 174 | ||
175 | - The ```SRC_URI`` <&YOCTO_DOCS_REF_URL;#var-SRC_URI>`__ points to the | 175 | - The :term:`SRC_URI` points to the |
176 | kernel Git repository. | 176 | kernel Git repository. |
177 | 177 | ||
178 | - A BSP build branch with Metadata exists in the ``yocto-kernel-cache`` | 178 | - A BSP build branch with Metadata exists in the ``yocto-kernel-cache`` |