From 0e870635f7352c35cf3c1766ad9cd6f70a6ab203 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 20 Jun 2018 14:57:23 -0700 Subject: sdk-manual: Updates to configuring the cross-toolchains section. The step that describes how Eclipse runs the Autotools is too detailed and can run into problems as Autotools workflow changes. I made it more general. (From yocto-docs rev: 5d378a48f7237c620b7fc781b43ee86ea7522432) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-neon.xml | 28 ++++++++++++-------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'documentation/sdk-manual') diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml index 3ccbbead9c..f7baa61c5b 100644 --- a/documentation/sdk-manual/sdk-appendix-neon.xml +++ b/documentation/sdk-manual/sdk-appendix-neon.xml @@ -640,7 +640,8 @@ You can override these settings for a given project by following these steps: - Select "Yocto Project Settings" from + + Select "Yocto Project Settings" from the "Project -> Properties" menu. This selection brings up the Yocto Project Settings Dialog and allows you to make changes specific to an @@ -653,22 +654,19 @@ The Yocto Project Settings Dialog allows you to override those default settings for a given project. - Make or verify your configurations for the - project and click "OK". + + Make or verify your configurations for the project and + click "OK". - Right-click in the navigation pane and - select "Reconfigure Project" from the pop-up menu. + + Right-click in the navigation pane and select + "Reconfigure Project" from the pop-up 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 - see the results of reconfiguring your project. + Autotools GNU utility programs + such as Autoconf, Automake, and so forth in the + workspace for your project. + Click on the "Console" tab beneath your source code + to see the results of reconfiguring your project. -- cgit v1.2.3-54-g00ecf