summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/maint-appx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/maint-appx.rst')
-rw-r--r--documentation/kernel-dev/maint-appx.rst4
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
175Once you have cloned a Yocto Linux kernel repository and the cache 175Once you have cloned a Yocto Linux kernel repository and the cache
176repository (``yocto-kernel-cache``) onto your development system, you 176repository (``yocto-kernel-cache``) onto your development system, you
177can consider the compilation phase of kernel development, which is 177can consider the compilation phase of kernel development, which is
178building a kernel image. Some prerequisites exist that are validated by 178building a kernel image. Some prerequisites are validated by
179the build process before compilation starts: 179the 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
197The OpenEmbedded build system makes sure these conditions exist before 197The OpenEmbedded build system makes sure these conditions are satisfied before
198attempting compilation. Other means, however, do exist, such as 198attempting compilation. Other means, however, do exist, such as
199bootstrapping a BSP. 199bootstrapping a BSP.
200 200