From e0346e18e34e7c6d04d49d00d06bd49252f6924b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Apr 2013 14:17:06 -0700 Subject: dev-manual: Edits to "Creating the Yocto BitBake Commander Project" section. (From yocto-docs rev: f6b29db4b5f5f7580ce61fe2650bcaeb29a7d10e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'documentation/dev-manual/dev-manual-model.xml') 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 @@ To create a Yocto BitBake Commander project, follow these steps: - Select Window -> Open Perspective -> Other - and then choose Bitbake Commander. - Click OK to change the Eclipse perspective into the - Bitbake Commander perspective. - Select File -> New -> Project to create a new Yocto + Select "Other" from the + "Window -> Open Perspective" menu + and then choose "Bitbake Commander". + Click "OK" to change the perspective to + Bitbake Commander. + Select "Project" from the "File -> New" + menu to create a new Yocto Bitbake Commander project. - Choose Yocto Project Bitbake Commander -> New Yocto Project - and click Next. + Choose "New Yocto Project" from the + "Yocto Project Bitbake Commander" menu and click + "Next". 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 <project_location>/<project_name>. If that directory does not exist, you need to check the "Clone from Yocto Git Repository" box, which would execute a - git clone command to get the project's metadata files. + git clone command to get the project's Metadata files. Select Finish to create the project. -- cgit v1.2.3-54-g00ecf