diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-23 12:23:09 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 12:13:48 +0100 |
commit | 49c911f7051c5483b0280b189f71017bce9c00fb (patch) | |
tree | c270dfb4c320bf5c68e68c874467bda7f050e447 /documentation/adt-manual/adt-prepare.xml | |
parent | c3fe9d7a36c04a06d9531b28a9d982fd4edee8df (diff) | |
download | poky-49c911f7051c5483b0280b189f71017bce9c00fb.tar.gz |
documentation/adt-manual: Edits to fix ADT manual for 1.2 per bug 2025
Addressed all issues specified by [YOCTO #2025] except for the
very first one that says bring the versions up to 1.2. This will
be accomplished by the poky.ent bump at release time.
Fixes [YOCTO #2025]
(From yocto-docs rev: 926e5635d8cd74fff7e00002108ce8c039252203)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 9880fcc7d1..3ced7f6ded 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -168,7 +168,7 @@ | |||
168 | After you have configured the <filename>adt_installer.conf</filename> file, | 168 | After you have configured the <filename>adt_installer.conf</filename> file, |
169 | run the installer using the following command: | 169 | run the installer using the following command: |
170 | <literallayout class='monospaced'> | 170 | <literallayout class='monospaced'> |
171 | $ adt_installer | 171 | $ ./adt_installer |
172 | </literallayout> | 172 | </literallayout> |
173 | </para> | 173 | </para> |
174 | 174 | ||
@@ -384,11 +384,11 @@ | |||
384 | <listitem><para>Set up the cross-development environment as described in the | 384 | <listitem><para>Set up the cross-development environment as described in the |
385 | "<link linkend='setting-up-the-cross-development-environment'>Setting | 385 | "<link linkend='setting-up-the-cross-development-environment'>Setting |
386 | Up the Cross-Development Environment</link>" section.</para></listitem> | 386 | Up the Cross-Development Environment</link>" section.</para></listitem> |
387 | <listitem><para>Get the <filename>tcf-agent</filename> source code, which is | 387 | <listitem><para>Get the <filename>tcf-agent</filename> source code using |
388 | stored using the Subversion SCM, using the following command: | 388 | the following commands: |
389 | <literallayout class='monospaced'> | 389 | <literallayout class='monospaced'> |
390 | $ svn checkout svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk/agent \ | 390 | $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git |
391 | <-r #rev_number> | 391 | $ cd agent |
392 | </literallayout></para></listitem> | 392 | </literallayout></para></listitem> |
393 | <listitem><para>Modify the <filename>Makefile.inc</filename> file | 393 | <listitem><para>Modify the <filename>Makefile.inc</filename> file |
394 | for the cross-compilation environment by setting the | 394 | for the cross-compilation environment by setting the |