summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
1455 </para> 1455 </para>
1456 </section> 1456 </section>
1457 1457
1458 <section id='buiding-and-customizing-the-image'> 1458 <section id='buiding-and-customizing-the-image-using-hob'>
1459 <title>Building and Customizing the Image</title> 1459 <title>Building and Customizing the Image Using Hob</title>
1460 1460
1461 <para> 1461 <para>
1462 To build and customize the image in Eclipse, follow these steps: 1462 To build and customize the image using Hob from within the
1463 Eclipse IDE, follow these steps:
1463 <orderedlist> 1464 <orderedlist>
1464 <listitem><para>Select your Yocto Bitbake Commander project.</para></listitem> 1465 <listitem><para>Select your Yocto Bitbake Commander project.</para></listitem>
1465 <listitem><para>Select <filename>Project -> Launch HOB</filename>.</para></listitem> 1466 <listitem><para>Select "Launch Hob" from the "Project"
1466 <listitem><para>Enter the Build Directory where you want to put your final images.</para></listitem> 1467 menu.</para></listitem>
1467 <listitem><para>Click <filename>OK</filename> to launch Hob.</para></listitem> 1468 <listitem><para>Enter the
1469 <link linkend='build-directory'>Build Directory</link>
1470 where you want to put your final images.</para></listitem>
1471 <listitem><para>Click "OK" to launch Hob.</para></listitem>
1468 <listitem><para>Use Hob to customize and build your own images. 1472 <listitem><para>Use Hob to customize and build your own images.
1469 For information on Hob, see the 1473 For information on Hob, see the
1470 <ulink url='&YOCTO_HOME_URL;/projects/hob'>Hob Project Page</ulink> on the 1474 <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob Project Page</ulink> on the
1471 Yocto Project website.</para></listitem> 1475 Yocto Project website.</para></listitem>
1472 </orderedlist> 1476 </orderedlist>
1473 </para> 1477 </para>