diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 08:24:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:31 +0100 |
commit | 25141d544df72cba8be519c4049a68d9f7e34869 (patch) | |
tree | 97c54c53da7aa1c96c2a53d9f00955086963c7e1 /documentation | |
parent | dff62da6de3a92ee7fd9523201da8d6f4de3c809 (diff) | |
download | poky-25141d544df72cba8be519c4049a68d9f7e34869.tar.gz |
documentation: dev-manual - clarified what files we are using.
(From yocto-docs rev: 4a7cf1574e7c3481a78499865e1555904a6a80d9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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. |