diff options
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index daee1d509f..3d902e4e5f 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -457,8 +457,8 @@ | |||
457 | application from within the | 457 | application from within the |
458 | Eclipse IDE, you must have an image that contains the Yocto Target Communication | 458 | Eclipse IDE, you must have an image that contains the Yocto Target Communication |
459 | Framework (TCF) agent (<filename>tcf-agent</filename>). | 459 | Framework (TCF) agent (<filename>tcf-agent</filename>). |
460 | By default, the Yocto Project provides only one type pre-built image that contains the | 460 | By default, the Yocto Project provides only one type of pre-built |
461 | <filename>tcf-agent</filename>. | 461 | image that contains the <filename>tcf-agent</filename>. |
462 | And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>). | 462 | And, those images are SDK (e.g.<filename>core-image-sato-sdk</filename>). |
463 | </para> | 463 | </para> |
464 | 464 | ||
@@ -487,13 +487,16 @@ | |||
487 | the following commands: | 487 | the following commands: |
488 | <literallayout class='monospaced'> | 488 | <literallayout class='monospaced'> |
489 | $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git | 489 | $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git |
490 | $ cd agent | 490 | $ cd org.eclipse.tcf.agent/agent |
491 | </literallayout></para></listitem> | 491 | </literallayout></para></listitem> |
492 | <listitem><para>Modify the <filename>Makefile.inc</filename> file | 492 | <listitem><para>Locate the |
493 | <filename>Makefile.inc</filename> file inside the | ||
494 | <filename>agent</filename> folder and modify it | ||
493 | for the cross-compilation environment by setting the | 495 | for the cross-compilation environment by setting the |
494 | <filename>OPSYS</filename> and | 496 | <filename>OPSYS</filename> and |
495 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> | 497 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> |
496 | variables according to your target.</para></listitem> | 498 | variables according to your target. |
499 | </para></listitem> | ||
497 | <listitem><para>Use the cross-development tools to build the | 500 | <listitem><para>Use the cross-development tools to build the |
498 | <filename>tcf-agent</filename>. | 501 | <filename>tcf-agent</filename>. |
499 | Before you "Make" the file, be sure your cross-tools are set up first. | 502 | Before you "Make" the file, be sure your cross-tools are set up first. |