diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 15:06:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 15:07:06 +0100 |
commit | 80eba26fb101cc07fc21b0ddec724999b3161ea9 (patch) | |
tree | f9cfc0be9f260f6577a4166e64c2b472df73245d /documentation/poky-ref-manual/usingpoky.xml | |
parent | 0be66f0e88920d32c071f6776ad6e7c1e2b619a7 (diff) | |
download | openembedded-core-80eba26fb101cc07fc21b0ddec724999b3161ea9.tar.gz openembedded-core-80eba26fb101cc07fc21b0ddec724999b3161ea9.tar.bz2 openembedded-core-80eba26fb101cc07fc21b0ddec724999b3161ea9.zip |
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.xml | 5 |
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] <para> <literallayout class='monospaced'> $ bitbake <target> -$ bitbake qemu-native </literallayout> </para> <para> @@ -143,8 +142,6 @@ $ bitbake qemu-native or the name of a recipe for a specific piece of software like <application>busybox</application>. More details about the standard images are available in the <link linkend='ref-images'>image reference section</link>. - The qemu-native target will build the poky customized qemu, and will be used - by runqemu script later. </para> </section> @@ -225,7 +222,7 @@ $ bitbake qemu-native <para> You can view a list of tasks in a given package by running the listtasks task e.g. <command>bitbake matchbox-desktop -c - listtasks</command>, and the result is in file ${WORKDIR}/temp/log.do_listtasks.pid. + listtasks</command>, and the result is in file ${WORKDIR}/temp/log.do_listtasks. </para> </section> |