diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-08 06:45:50 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-08 13:02:04 +0000 |
commit | a2f5a614e2063c47fd2b51c87d982bd8a5a032a8 (patch) | |
tree | 4ccf2be238d256f8c03b18e76af2eb920f2ab45d /documentation | |
parent | 6a6a05a91be79be82bcc23af4791f2bfc6fe4177 (diff) | |
download | openembedded-core-contrib-a2f5a614e2063c47fd2b51c87d982bd8a5a032a8.tar.gz |
adt-manual: Deleted mis-leading sentence from configure section.
A customer reported a wrong and mis-leading sentence in the
"Configuring and Running the ADT Installer Script" section.
Jessica Zhang pointed this out. I have removed the sentence
altogether.
Reported-by: Jessica Zhang <jessica.Zhang@intel.com>
(From yocto-docs rev: 682906d0ed869faac149a742b028ba4f2c8c8e97)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index df9d5b0f76b..93eba6e402a 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -201,10 +201,7 @@ <para> After you have configured the <filename>adt_installer.conf</filename> file, - run the installer using the following command. - Be sure that you are not trying to use cross-compilation tools. - When you run the installer, the environment must use a - host <filename>gcc</filename>: + run the installer using the following command: <literallayout class='monospaced'> $ cd adt-installer $ ./adt_installer |