From f4ec6ca109527297818793077c0703e249a7fc30 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Apr 2013 13:31:17 -0700 Subject: dev-manual: Edits to "Configuring the Cross-Toolchains" section. (From yocto-docs rev: 22bc538effa37ea48884942f204488637663f75b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 6f44fe70c5..487e7d1148 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1160,31 +1160,32 @@ configurations. You can override these settings for a given project by following these steps: - Select Project -> Change Yocto Project Settings: - This selection brings up the Yocot Project Settings Dialog + Select "Change Yocto Project Settings" from the + "Project" menu. + This selection brings up the Yocto Project Settings Dialog and allows you to make changes specific to an individual project. By default, the Cross Compiler Options and Target Options for a project - are inherited from settings you provide using the Preferences + are inherited from settings you provide using the Preferences Dialog as described earlier in the "Configuring the Eclipse Yocto Plug-in" section. - The Yocto Project Settings - Dialog allows you to override those default settings - for a given project. + The Yocto Project Settings Dialog allows you to override + those default settings for a given project. Make your configurations for the project and click "OK". If you are running the Juno version of Eclipse, you can skip down to the next section where you build the project. If you are not working with Juno, you need to reconfigure the project as described in the next step. - Select Project -> Reconfigure Project: + Select "Reconfigure Project" from the + "Project" menu. This selection reconfigures the project by running autogen.sh in the workspace for your project. The script also runs libtoolize, aclocal, autoconf, autoheader, automake --a, and ./configure. - Click on the Console tab beneath your source code to + Click on the "Console" tab beneath your source code to see the results of reconfiguring your project. -- cgit v1.2.3-54-g00ecf