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.