diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-concepts-appx.rst')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-concepts-appx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.rst b/documentation/kernel-dev/kernel-dev-concepts-appx.rst index f3349a6be4..ed1486b65d 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.rst +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.rst | |||
@@ -313,7 +313,7 @@ The temporary kernel source files resulting from a build using BitBake | |||
313 | have a particular hierarchy. When you build the kernel on your | 313 | have a particular hierarchy. When you build the kernel on your |
314 | development system, all files needed for the build are taken from the | 314 | development system, all files needed for the build are taken from the |
315 | source repositories pointed to by the | 315 | source repositories pointed to by the |
316 | ```SRC_URI`` <&YOCTO_DOCS_REF_URL;#var-SRC_URI>`__ variable and gathered | 316 | :term:`SRC_URI` variable and gathered |
317 | in a temporary work area where they are subsequently used to create the | 317 | in a temporary work area where they are subsequently used to create the |
318 | unique kernel. Thus, in a sense, the process constructs a local source | 318 | unique kernel. Thus, in a sense, the process constructs a local source |
319 | tree specific to your kernel from which to generate the new kernel | 319 | tree specific to your kernel from which to generate the new kernel |