diff options
-rw-r--r-- | documentation/sdk-manual/sdk-appendix-neon.xml | 28 |
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> |