1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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: 5a67a115395d3e18523c4a3b3be24c214e560e54)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-06-20 14:57:23 -07:00
committed by Richard Purdie
parent af334f2444
commit d71f08e7d3
+13 -15
View File
@@ -640,7 +640,8 @@
You can override these settings for a given project by following You can override these settings for a given project by following
these steps: these steps:
<orderedlist> <orderedlist>
<listitem><para>Select "Yocto Project Settings" from <listitem><para>
Select "Yocto Project Settings" from
the "Project -> Properties" menu. the "Project -> Properties" menu.
This selection brings up the Yocto Project Settings This selection brings up the Yocto Project Settings
Dialog and allows you to make changes specific to an Dialog and allows you to make changes specific to an
@@ -653,22 +654,19 @@
The Yocto Project Settings Dialog allows you to override The Yocto Project Settings Dialog allows you to override
those default settings for a given project. those default settings for a given project.
</para></listitem> </para></listitem>
<listitem><para>Make or verify your configurations for the <listitem><para>
project and click "OK". Make or verify your configurations for the project and
click "OK".
</para></listitem> </para></listitem>
<listitem><para>Right-click in the navigation pane and <listitem><para>
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 This selection reconfigures the project by running
<filename>autogen.sh</filename> in the workspace for <ulink url='https://en.wikipedia.org/wiki/GNU_Build_System'>Autotools GNU utility programs</ulink>
your project. such as Autoconf, Automake, and so forth in the
The script also runs <filename>libtoolize</filename>, workspace for your project.
<filename>aclocal</filename>, Click on the "Console" tab beneath your source code
<filename>autoconf</filename>, to see the results of reconfiguring your project.
<filename>autoheader</filename>,
<filename>automake --a</filename>, and
<filename>./configure</filename>.
Click on the "Console" tab beneath your source code to
see the results of reconfiguring your project.
</para></listitem> </para></listitem>
</orderedlist> </orderedlist>
</para> </para>