diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 286e2a5ae2..465d9ca701 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -339,7 +339,8 @@ | |||
339 | Then, you use Git again to clone a copy of that bare clone. | 339 | Then, you use Git again to clone a copy of that bare clone. |
340 | This copy represents the directory structure on your host system that is particular | 340 | This copy represents the directory structure on your host system that is particular |
341 | to the kernel you want. | 341 | to the kernel you want. |
342 | These are the files you actually modify to change the kernel. | 342 | The files in the copy of the bare clone are the files you actually modify |
343 | to change the kernel. | ||
343 | See the <link linkend='local-kernel-files'>Yocto Project Kernel</link> item earlier | 344 | See the <link linkend='local-kernel-files'>Yocto Project Kernel</link> item earlier |
344 | in this manual for an example of how to set up the kernel source directory | 345 | in this manual for an example of how to set up the kernel source directory |
345 | structure on your host system. | 346 | structure on your host system. |