diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-06 13:18:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 10:47:57 +0100 |
commit | 59a40f543ea42a0f374be140754a663c596ec159 (patch) | |
tree | ae1d17d0529b0f5021745f6dbdd8f15af8101200 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | cd0bc2dd619ed0572eeed0b2971de489f3253b52 (diff) | |
download | poky-59a40f543ea42a0f374be140754a663c596ec159.tar.gz |
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>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 4a9c20c2c9..4dac0b4457 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -781,7 +781,7 @@ | |||
781 | <title>Configuring the local.conf File</title> | 781 | <title>Configuring the local.conf File</title> |
782 | 782 | ||
783 | <para> | 783 | <para> |
784 | Initializing the build environment creates a <filename>local.conf</filename> configuration file | 784 | Initializing the build environment creates a <filename>conf/local.conf</filename> configuration file |
785 | in the build directory. | 785 | in the build directory. |
786 | You need to manually edit this file to specify the machine you are building and to optimize | 786 | You need to manually edit this file to specify the machine you are building and to optimize |
787 | your build time. | 787 | your build time. |
@@ -848,6 +848,10 @@ | |||
848 | </literallayout></para></listitem> | 848 | </literallayout></para></listitem> |
849 | </itemizedlist> | 849 | </itemizedlist> |
850 | </para> | 850 | </para> |
851 | |||
852 | <para> | ||
853 | Once you have your image, you can take steps to load and boot it on the target hardware. | ||
854 | </para> | ||
851 | </section> | 855 | </section> |
852 | </section> | 856 | </section> |
853 | 857 | ||