diff options
Diffstat (limited to 'documentation/kernel-dev/maint-appx.rst')
| -rw-r--r-- | documentation/kernel-dev/maint-appx.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/maint-appx.rst b/documentation/kernel-dev/maint-appx.rst index f84ab6e239..3354de5f0c 100644 --- a/documentation/kernel-dev/maint-appx.rst +++ b/documentation/kernel-dev/maint-appx.rst | |||
| @@ -175,7 +175,7 @@ Build Strategy | |||
| 175 | Once you have cloned a Yocto Linux kernel repository and the cache | 175 | Once you have cloned a Yocto Linux kernel repository and the cache |
| 176 | repository (``yocto-kernel-cache``) onto your development system, you | 176 | repository (``yocto-kernel-cache``) onto your development system, you |
| 177 | can consider the compilation phase of kernel development, which is | 177 | can consider the compilation phase of kernel development, which is |
| 178 | building a kernel image. Some prerequisites exist that are validated by | 178 | building a kernel image. Some prerequisites are validated by |
| 179 | the build process before compilation starts: | 179 | the build process before compilation starts: |
| 180 | 180 | ||
| 181 | - The :term:`SRC_URI` points to the | 181 | - The :term:`SRC_URI` points to the |
| @@ -194,7 +194,7 @@ the build process before compilation starts: | |||
| 194 | In the previous example, the "yocto-4.12" branch is checked out in | 194 | In the previous example, the "yocto-4.12" branch is checked out in |
| 195 | the ``yocto-kernel-cache`` repository. | 195 | the ``yocto-kernel-cache`` repository. |
| 196 | 196 | ||
| 197 | The OpenEmbedded build system makes sure these conditions exist before | 197 | The OpenEmbedded build system makes sure these conditions are satisfied before |
| 198 | attempting compilation. Other means, however, do exist, such as | 198 | attempting compilation. Other means, however, do exist, such as |
| 199 | bootstrapping a BSP. | 199 | bootstrapping a BSP. |
| 200 | 200 | ||
