diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-12 11:30:15 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-22 12:16:40 +0100 |
| commit | 020562cfbc3129c3cad7ebc8a5a8447681e5efed (patch) | |
| tree | 3b6ec01a5dcbce135f24b14639d83853e9711048 /documentation/kernel-dev/maint-appx.rst | |
| parent | 4db4e4ca46e8b23d5042d925ce5ad3073de4c3ed (diff) | |
| download | poky-020562cfbc3129c3cad7ebc8a5a8447681e5efed.tar.gz | |
kernel-dev manual: simplify style
(From yocto-docs rev: 5bbbed35175ffcabb24bcac305d17563b8d9b9e3)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | ||
