diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 07:21:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:28 +0100 |
commit | cc5f361da83de09cf99f328eb8f55ce84f7e97c6 (patch) | |
tree | 747bf1316464f8bf058426b6a4e070c4ef6812ef /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | 08996b37f41619d5f8f82968c2c16e103582b444 (diff) | |
download | poky-cc5f361da83de09cf99f328eb8f55ce84f7e97c6.tar.gz |
documentation: dev-manual - minor wording change.
(From yocto-docs rev: 75c4e2fe0932ba44804925688c4c6a5347d3bb31)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 09afc09a5b..6cf039aa12 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1653,7 +1653,7 @@ | |||
1653 | and thus outside of the <link linkend='source-directory'>source directory</link>. | 1653 | and thus outside of the <link linkend='source-directory'>source directory</link>. |
1654 | For example, suppose you have a project that includes a new BSP with a heavily customized | 1654 | For example, suppose you have a project that includes a new BSP with a heavily customized |
1655 | kernel, a very minimal image, and some new user-space recipes. | 1655 | kernel, a very minimal image, and some new user-space recipes. |
1656 | And, you want to minimize the exposure to the build system to the | 1656 | And, you want to minimize exposing the build system to the |
1657 | development team so that they can focus on their project and maintain everyone's workflow | 1657 | development team so that they can focus on their project and maintain everyone's workflow |
1658 | as much as possible. | 1658 | as much as possible. |
1659 | In this case, you want a kernel source directory on the development machine where the | 1659 | In this case, you want a kernel source directory on the development machine where the |