aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
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 @@
<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>