diff options
-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. |