summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-20 14:57:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-28 09:22:57 +0100
commit0e870635f7352c35cf3c1766ad9cd6f70a6ab203 (patch)
treee98794b889a97f795394183b4bd83af71c804827 /documentation/sdk-manual
parent197ff097f73a1fcfb4923a13e824b0b463fe1e7f (diff)
downloadpoky-0e870635f7352c35cf3c1766ad9cd6f70a6ab203.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-appendix-neon.xml28
1 files changed, 13 insertions, 15 deletions
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 @@
640 You can override these settings for a given project by following 640 You can override these settings for a given project by following
641 these steps: 641 these steps:
642 <orderedlist> 642 <orderedlist>
643 <listitem><para>Select "Yocto Project Settings" from 643 <listitem><para>
644 Select "Yocto Project Settings" from
644 the "Project -> Properties" menu. 645 the "Project -> Properties" menu.
645 This selection brings up the Yocto Project Settings 646 This selection brings up the Yocto Project Settings
646 Dialog and allows you to make changes specific to an 647 Dialog and allows you to make changes specific to an
@@ -653,22 +654,19 @@
653 The Yocto Project Settings Dialog allows you to override 654 The Yocto Project Settings Dialog allows you to override
654 those default settings for a given project. 655 those default settings for a given project.
655 </para></listitem> 656 </para></listitem>
656 <listitem><para>Make or verify your configurations for the 657 <listitem><para>
657 project and click "OK". 658 Make or verify your configurations for the project and
659 click "OK".
658 </para></listitem> 660 </para></listitem>
659 <listitem><para>Right-click in the navigation pane and 661 <listitem><para>
660 select "Reconfigure Project" from the pop-up menu. 662 Right-click in the navigation pane and select
663 "Reconfigure Project" from the pop-up menu.
661 This selection reconfigures the project by running 664 This selection reconfigures the project by running
662 <filename>autogen.sh</filename> in the workspace for 665 <ulink url='https://en.wikipedia.org/wiki/GNU_Build_System'>Autotools GNU utility programs</ulink>
663 your project. 666 such as Autoconf, Automake, and so forth in the
664 The script also runs <filename>libtoolize</filename>, 667 workspace for your project.
665 <filename>aclocal</filename>, 668 Click on the "Console" tab beneath your source code
666 <filename>autoconf</filename>, 669 to see the results of reconfiguring your project.
667 <filename>autoheader</filename>,
668 <filename>automake --a</filename>, and
669 <filename>./configure</filename>.
670 Click on the "Console" tab beneath your source code to
671 see the results of reconfiguring your project.
672 </para></listitem> 670 </para></listitem>
673 </orderedlist> 671 </orderedlist>
674 </para> 672 </para>