diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 14:17:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:32 +0100 |
commit | e0346e18e34e7c6d04d49d00d06bd49252f6924b (patch) | |
tree | 6486629474c4efd34eb340877873e39ba1e356fa /documentation | |
parent | f351ed60b92d170dc28dbf1b226414d3b0c339c0 (diff) | |
download | poky-e0346e18e34e7c6d04d49d00d06bd49252f6924b.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 9aa7f3eec7..4791195cab 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1397,20 +1397,23 @@ | |||
1397 | <para> | 1397 | <para> |
1398 | To create a Yocto BitBake Commander project, follow these steps: | 1398 | To create a Yocto BitBake Commander project, follow these steps: |
1399 | <orderedlist> | 1399 | <orderedlist> |
1400 | <listitem><para>Select <filename>Window -> Open Perspective -> Other</filename> | 1400 | <listitem><para>Select "Other" from the |
1401 | and then choose <filename>Bitbake Commander</filename>.</para></listitem> | 1401 | "Window -> Open Perspective" menu |
1402 | <listitem><para>Click <filename>OK</filename> to change the Eclipse perspective into the | 1402 | and then choose "Bitbake Commander".</para></listitem> |
1403 | Bitbake Commander perspective.</para></listitem> | 1403 | <listitem><para>Click "OK" to change the perspective to |
1404 | <listitem><para>Select <filename>File -> New -> Project</filename> to create a new Yocto | 1404 | Bitbake Commander.</para></listitem> |
1405 | <listitem><para>Select "Project" from the "File -> New" | ||
1406 | menu to create a new Yocto | ||
1405 | Bitbake Commander project.</para></listitem> | 1407 | Bitbake Commander project.</para></listitem> |
1406 | <listitem><para>Choose <filename>Yocto Project Bitbake Commander -> New Yocto Project</filename> | 1408 | <listitem><para>Choose "New Yocto Project" from the |
1407 | and click <filename>Next</filename>.</para></listitem> | 1409 | "Yocto Project Bitbake Commander" menu and click |
1410 | "Next".</para></listitem> | ||
1408 | <listitem><para>Enter the Project Name and choose the Project Location. | 1411 | <listitem><para>Enter the Project Name and choose the Project Location. |
1409 | The Yocto project's metadata files will be put under the directory | 1412 | The Yocto project's Metadata files will be put under the directory |
1410 | <filename><project_location>/<project_name></filename>. | 1413 | <filename><project_location>/<project_name></filename>. |
1411 | If that directory does not exist, you need to check | 1414 | If that directory does not exist, you need to check |
1412 | the "Clone from Yocto Git Repository" box, which would execute a | 1415 | the "Clone from Yocto Git Repository" box, which would execute a |
1413 | <filename>git clone</filename> command to get the project's metadata files. | 1416 | <filename>git clone</filename> command to get the project's Metadata files. |
1414 | </para></listitem> | 1417 | </para></listitem> |
1415 | <listitem><para>Select <filename>Finish</filename> to create the project.</para></listitem> | 1418 | <listitem><para>Select <filename>Finish</filename> to create the project.</para></listitem> |
1416 | </orderedlist> | 1419 | </orderedlist> |