dev-manual: Edits to "Creating the Yocto BitBake Commander Project" section.

(From yocto-docs rev: f6b29db4b5f5f7580ce61fe2650bcaeb29a7d10e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-10 14:17:06 -07:00 committed by Richard Purdie
parent f351ed60b9
commit e0346e18e3
1 changed files with 12 additions and 9 deletions

View File

@ -1397,20 +1397,23 @@
<para> <para>
To create a Yocto BitBake Commander project, follow these steps: To create a Yocto BitBake Commander project, follow these steps:
<orderedlist> <orderedlist>
<listitem><para>Select <filename>Window -> Open Perspective -> Other</filename> <listitem><para>Select "Other" from the
and then choose <filename>Bitbake Commander</filename>.</para></listitem> "Window -> Open Perspective" menu
<listitem><para>Click <filename>OK</filename> to change the Eclipse perspective into the and then choose "Bitbake Commander".</para></listitem>
Bitbake Commander perspective.</para></listitem> <listitem><para>Click "OK" to change the perspective to
<listitem><para>Select <filename>File -> New -> Project</filename> to create a new Yocto Bitbake Commander.</para></listitem>
<listitem><para>Select "Project" from the "File -> New"
menu to create a new Yocto
Bitbake Commander project.</para></listitem> Bitbake Commander project.</para></listitem>
<listitem><para>Choose <filename>Yocto Project Bitbake Commander -> New Yocto Project</filename> <listitem><para>Choose "New Yocto Project" from the
and click <filename>Next</filename>.</para></listitem> "Yocto Project Bitbake Commander" menu and click
"Next".</para></listitem>
<listitem><para>Enter the Project Name and choose the Project Location. <listitem><para>Enter the Project Name and choose the Project Location.
The Yocto project's metadata files will be put under the directory The Yocto project's Metadata files will be put under the directory
<filename>&lt;project_location&gt;/&lt;project_name&gt;</filename>. <filename>&lt;project_location&gt;/&lt;project_name&gt;</filename>.
If that directory does not exist, you need to check If that directory does not exist, you need to check
the "Clone from Yocto Git Repository" box, which would execute a the "Clone from Yocto Git Repository" box, which would execute a
<filename>git clone</filename> command to get the project's metadata files. <filename>git clone</filename> command to get the project's Metadata files.
</para></listitem> </para></listitem>
<listitem><para>Select <filename>Finish</filename> to create the project.</para></listitem> <listitem><para>Select <filename>Finish</filename> to create the project.</para></listitem>
</orderedlist> </orderedlist>