diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-21 11:21:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:53 +0000 |
commit | db874ed595fcfc7d7b078fb89a53d40747a32c72 (patch) | |
tree | ac79994c00a9fc2e722bd033ce0ff972ffff074e /documentation/yocto-project-qs | |
parent | 9a47967a1831a711a7d51b647e2baed93c2e2f91 (diff) | |
download | poky-db874ed595fcfc7d7b078fb89a53d40747a32c72.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: 868ceda79b1c738349e512e523c850b24f9232ca)
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')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
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 f21558ebbd..4e260cc35d 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -627,7 +627,7 @@ | |||
627 | </para> | 627 | </para> |
628 | 628 | ||
629 | <literallayout class='monospaced'> | 629 | <literallayout class='monospaced'> |
630 | poky-eglibc-<replaceable>host_system</replaceable>-<replaceable>image_type</replaceable>-<replaceable>arch</replaceable>-toolchain-<replaceable>release_version</replaceable>.sh | 630 | poky-glibc-<replaceable>host_system</replaceable>-<replaceable>image_type</replaceable>-<replaceable>arch</replaceable>-toolchain-<replaceable>release_version</replaceable>.sh |
631 | 631 | ||
632 | Where: | 632 | Where: |
633 | <replaceable>host_system</replaceable> is a string representing your development system: | 633 | <replaceable>host_system</replaceable> is a string representing your development system: |
@@ -656,7 +656,7 @@ | |||
656 | development host system and a i586-tuned target architecture | 656 | development host system and a i586-tuned target architecture |
657 | based off the SDK for <filename>core-image-sato</filename>: | 657 | based off the SDK for <filename>core-image-sato</filename>: |
658 | <literallayout class='monospaced'> | 658 | <literallayout class='monospaced'> |
659 | poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 659 | poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
660 | </literallayout> | 660 | </literallayout> |
661 | </para> | 661 | </para> |
662 | 662 | ||
@@ -685,7 +685,7 @@ | |||
685 | 685 | ||
686 | <para> | 686 | <para> |
687 | <literallayout class='monospaced'> | 687 | <literallayout class='monospaced'> |
688 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 688 | $ ~/Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
689 | </literallayout> | 689 | </literallayout> |
690 | </para> | 690 | </para> |
691 | 691 | ||