summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-21 11:21:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:09 +0000
commit5db1e07e1ce362682583871b6341ab7b601ad9fa (patch)
treeca5cfee4ae054c4baf6f5b979fdaeed99d521d3b /documentation/yocto-project-qs/yocto-project-qs.xml
parentf5d869d9d6216fcde6a00eb14c08a9690495b0db (diff)
downloadpoky-5db1e07e1ce362682583871b6341ab7b601ad9fa.tar.gz
ref-manual, dev-manual, adt-manual, yocto-project-qs: scrub eglibc
Scrubbed out the occurrences of eglibc and replaced them with glibc. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 2386b22b0d2de8ae7b67c884bf7b5b55df0e887e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 7a083bc064..d0f0d113da 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -625,7 +625,7 @@
625 </para> 625 </para>
626 626
627 <literallayout class='monospaced'> 627 <literallayout class='monospaced'>
628 poky-eglibc-<replaceable>host_system</replaceable>-<replaceable>image_type</replaceable>-<replaceable>arch</replaceable>-toolchain-<replaceable>release_version</replaceable>.sh 628 poky-glibc-<replaceable>host_system</replaceable>-<replaceable>image_type</replaceable>-<replaceable>arch</replaceable>-toolchain-<replaceable>release_version</replaceable>.sh
629 629
630 Where: 630 Where:
631 <replaceable>host_system</replaceable> is a string representing your development system: 631 <replaceable>host_system</replaceable> is a string representing your development system:
@@ -654,7 +654,7 @@
654 development host system and a i586-tuned target architecture 654 development host system and a i586-tuned target architecture
655 based off the SDK for <filename>core-image-sato</filename>: 655 based off the SDK for <filename>core-image-sato</filename>:
656 <literallayout class='monospaced'> 656 <literallayout class='monospaced'>
657 poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh 657 poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
658 </literallayout> 658 </literallayout>
659 </para> 659 </para>
660 660
@@ -683,7 +683,7 @@
683 683
684 <para> 684 <para>
685 <literallayout class='monospaced'> 685 <literallayout class='monospaced'>
686 $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh 686 $ ~/Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
687 </literallayout> 687 </literallayout>
688 </para> 688 </para>
689 689