diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-31 07:00:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-02 23:38:49 +0100 |
commit | 97768b81c1b60692775ba0dcc97c6dc7376d09ce (patch) | |
tree | 8e07f17f71cb9ea3dc4ad6770f25b001a830b050 /documentation/dev-manual/dev-manual-model.xml | |
parent | 8a4282d9fad06e34fa439cedf593f8856919046d (diff) | |
download | poky-97768b81c1b60692775ba0dcc97c6dc7376d09ce.tar.gz |
documentation/dev-manual/dev-manual-model.xml: minor edits
Feedback per Dave Stewart added to clarify which two important
configuration files need editing.
(From yocto-docs rev: f37ade7f0d31ae6284c3bfee184c88b523f5fe69)
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-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 813c96eca8..5831033008 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -431,7 +431,9 @@ | |||
431 | you need to do for the Yocto Project build system in order for it to create your image. | 431 | you need to do for the Yocto Project build system in order for it to create your image. |
432 | If you have not done so you need to get the build environment ready by sourcing | 432 | If you have not done so you need to get the build environment ready by sourcing |
433 | the environment setup script described earlier. | 433 | the environment setup script described earlier. |
434 | You also need to be sure two key configuration files are configured appropriately.</para> | 434 | You also need to be sure two key configuration files |
435 | (<filename>local.conf</filename> and <filename>bblayers.conf</filename>) | ||
436 | are configured appropriately.</para> | ||
435 | <para>The entire process for building an image is overviewed in the | 437 | <para>The entire process for building an image is overviewed in the |
436 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> | 438 | <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> |
437 | Building an Image</ulink> section of the Yocto Project Quick Start. | 439 | Building an Image</ulink> section of the Yocto Project Quick Start. |