documentation/yocto-project-qs/yocto-project-qs.xml: edits to super user

Mentioned at the very end of the beagleboard build that the image
can now be run on the target hardware.

Also, specically noted the local.conf file as "conf/local.conf" in
the build directory.

Reported-by: Kevin Strasser <keven.strasser@intel.com>
(From yocto-docs rev: a4b41c7f5e8e8017401961097e0df4b13458ac24)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-07-06 13:18:48 -07:00 committed by Richard Purdie
parent cd0bc2dd61
commit 59a40f543e
1 changed files with 5 additions and 1 deletions

View File

@ -781,7 +781,7 @@
<title>Configuring the local.conf File</title>
<para>
Initializing the build environment creates a <filename>local.conf</filename> configuration file
Initializing the build environment creates a <filename>conf/local.conf</filename> configuration file
in the build directory.
You need to manually edit this file to specify the machine you are building and to optimize
your build time.
@ -848,6 +848,10 @@
</literallayout></para></listitem>
</itemizedlist>
</para>
<para>
Once you have your image, you can take steps to load and boot it on the target hardware.
</para>
</section>
</section>