[PATCH] DOCS: Fix toolchain filenames in QS guide, "sdk" -> "gmae"
Robert P. J. Day
Signed-off-by: Robert P. J. Day <rpjday@...>
--- i think i got them all, i didn't see any other references anywhere in the docs directory. does this look right? diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 52f7391..62c95ae 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -425,7 +425,7 @@ </para> <literallayout class='monospaced'> - yocto-eglibc<<emphasis>host_system</emphasis>>-<<emphasis>arch</emphasis>>-toolchain-sdk-<<emphasis>release</emphasis>>.tar.bz2 + yocto-eglibc<<emphasis>host_system</emphasis>>-<<emphasis>arch</emphasis>>-toolchain-gmae-<<emphasis>release</emphasis>>.tar.bz2 Where: <<emphasis>host_system</emphasis>> is a string representing your development system: @@ -443,7 +443,7 @@ </para> <literallayout class='monospaced'> - yocto-eglibc-x86_64-i686-toolchain-sdk-1.0.tar.bz2 + yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 </literallayout> <para> @@ -455,7 +455,7 @@ <para> <literallayout class='monospaced'> $ cd / - $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-sdk-1.0.tar.bz2 + $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 </literallayout> </para> </section> rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== |
|