aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 14:26:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:32 +0100
commitfdcbc7827c2b32b28f3075bef75471d212f74b29 (patch)
tree5bbff88c5f3a52bcf4ddef12f25dd1b1fc69e4ae /documentation/dev-manual/dev-manual-model.xml
parent7afa648a08fb77008b273fab7e787d8ce93aac38 (diff)
downloadopenembedded-core-contrib-fdcbc7827c2b32b28f3075bef75471d212f74b29.tar.gz
dev-manual: Edits to "Building and Customizing the Image Using Hob" section.
(From yocto-docs rev: bd5fd85a90f4262eda09623fe2398798a4fecfe3) 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/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 20727e5a2b..5d1682a6f3 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1455,19 +1455,23 @@
</para>
</section>
- <section id='buiding-and-customizing-the-image'>
- <title>Building and Customizing the Image</title>
+ <section id='buiding-and-customizing-the-image-using-hob'>
+ <title>Building and Customizing the Image Using Hob</title>
<para>
- To build and customize the image in Eclipse, follow these steps:
+ To build and customize the image using Hob from within the
+ Eclipse IDE, follow these steps:
<orderedlist>
<listitem><para>Select your Yocto Bitbake Commander project.</para></listitem>
- <listitem><para>Select <filename>Project -> Launch HOB</filename>.</para></listitem>
- <listitem><para>Enter the Build Directory where you want to put your final images.</para></listitem>
- <listitem><para>Click <filename>OK</filename> to launch Hob.</para></listitem>
+ <listitem><para>Select "Launch Hob" from the "Project"
+ menu.</para></listitem>
+ <listitem><para>Enter the
+ <link linkend='build-directory'>Build Directory</link>
+ where you want to put your final images.</para></listitem>
+ <listitem><para>Click "OK" to launch Hob.</para></listitem>
<listitem><para>Use Hob to customize and build your own images.
For information on Hob, see the
- <ulink url='&YOCTO_HOME_URL;/projects/hob'>Hob Project Page</ulink> on the
+ <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob Project Page</ulink> on the
Yocto Project website.</para></listitem>
</orderedlist>
</para>