diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 08:33:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:31 +0100 |
commit | 965f7603887fd9ae52aa72903e08a4cb42b6564e (patch) | |
tree | ea3c4e12b5bf63a767abc256dfe6d6f2136114bb | |
parent | 25141d544df72cba8be519c4049a68d9f7e34869 (diff) | |
download | ast2050-yocto-poky-965f7603887fd9ae52aa72903e08a4cb42b6564e.zip ast2050-yocto-poky-965f7603887fd9ae52aa72903e08a4cb42b6564e.tar.gz |
documentation: dev-manual - corrected punctuation.
(From yocto-docs rev: 408f0ba11abad482e23ac3695b282f23185c0115)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 465d9ca..cf489df 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -370,7 +370,7 @@ <para> What happens during the build? - When you build the kernel on your development system all files needed for the build + When you build the kernel on your development system, all files needed for the build are taken from the source repositories pointed to by the <filename>SRC_URI</filename> variable and gathered in a temporary work area where they are subsequently used to create the unique kernel. |