summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-15 15:06:33 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-15 15:07:06 +0100
commit80eba26fb101cc07fc21b0ddec724999b3161ea9 (patch)
treef9cfc0be9f260f6577a4166e64c2b472df73245d /documentation/poky-ref-manual/usingpoky.xml
parent0be66f0e88920d32c071f6776ad6e7c1e2b619a7 (diff)
downloadpoky-80eba26fb101cc07fc21b0ddec724999b3161ea9.tar.gz
documentation/poky-ref-manual: Various tweaks to the text
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/usingpoky.xml')
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index ad6bda2545..70fa5102f5 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -134,7 +134,6 @@ $ source poky-init-build-env [build_dir]
134 <para> 134 <para>
135 <literallayout class='monospaced'> 135 <literallayout class='monospaced'>
136$ bitbake &lt;target&gt; 136$ bitbake &lt;target&gt;
137$ bitbake qemu-native
138</literallayout> 137</literallayout>
139 </para> 138 </para>
140 <para> 139 <para>
@@ -143,8 +142,6 @@ $ bitbake qemu-native
143 or the name of a recipe for a specific piece of software like 142 or the name of a recipe for a specific piece of software like
144 <application>busybox</application>. More details about the standard images 143 <application>busybox</application>. More details about the standard images
145 are available in the <link linkend='ref-images'>image reference section</link>. 144 are available in the <link linkend='ref-images'>image reference section</link>.
146 The qemu-native target will build the poky customized qemu, and will be used
147 by runqemu script later.
148 </para> 145 </para>
149</section> 146</section>
150 147
@@ -225,7 +222,7 @@ $ bitbake qemu-native
225 <para> 222 <para>
226 You can view a list of tasks in a given package by running 223 You can view a list of tasks in a given package by running
227 the listtasks task e.g. <command>bitbake matchbox-desktop -c 224 the listtasks task e.g. <command>bitbake matchbox-desktop -c
228 listtasks</command>, and the result is in file ${WORKDIR}/temp/log.do_listtasks.pid. 225 listtasks</command>, and the result is in file ${WORKDIR}/temp/log.do_listtasks.
229 </para> 226 </para>
230 </section> 227 </section>
231 228