summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 16:46:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:30 +0100
commit47a9f9577a908610fd72ba455080039cae74ed61 (patch)
tree26c9030a1623b0840cbec0457b37d32272c1a62c /documentation/dev-manual
parentaaf4d33e7465722dc3383871e586a08711c478e5 (diff)
downloadpoky-47a9f9577a908610fd72ba455080039cae74ed61.tar.gz
dev-manual: Edits to "Build and Booting the Modified QEMU Kernel Image" section.
(From yocto-docs rev: 7049ca02ba543524c6171c7dcba67863c4d5b2e5) 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')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index a5e0c3ccb7..ae46a39c0d 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2284,7 +2284,9 @@
2284 <orderedlist> 2284 <orderedlist>
2285 <listitem><para><emphasis>Be sure your build environment is initialized</emphasis>: 2285 <listitem><para><emphasis>Be sure your build environment is initialized</emphasis>:
2286 Your environment should be set up since you previously sourced 2286 Your environment should be set up since you previously sourced
2287 the <filename>&OE_INIT_FILE;</filename> script. 2287 the
2288 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
2289 script.
2288 If it is not, source the script again from <filename>poky</filename>. 2290 If it is not, source the script again from <filename>poky</filename>.
2289 <literallayout class='monospaced'> 2291 <literallayout class='monospaced'>
2290 $ cd ~/poky 2292 $ cd ~/poky
@@ -2298,7 +2300,8 @@
2298 $ bitbake -c cleansstate linux-yocto 2300 $ bitbake -c cleansstate linux-yocto
2299 </literallayout></para> 2301 </literallayout></para>
2300 <para><note>Never remove any files by hand from the <filename>tmp/deploy</filename> 2302 <para><note>Never remove any files by hand from the <filename>tmp/deploy</filename>
2301 directory inside the Build Directory. 2303 directory inside the
2304 <link linkend='build-directory'>Build Directory</link>.
2302 Always use the various BitBake clean tasks to clear out previous 2305 Always use the various BitBake clean tasks to clear out previous
2303 build artifacts. 2306 build artifacts.
2304 </note></para></listitem> 2307 </note></para></listitem>