summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 524c607855..64504299cc 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1071,7 +1071,7 @@
1071 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename> 1071 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename>
1072 variable. 1072 variable.
1073 You must use the OpenEmbedded notation and not the Debian notation for the names 1073 You must use the OpenEmbedded notation and not the Debian notation for the names
1074 (e.g. <filename>eglibc-dev</filename> instead of <filename>libc6-dev</filename>). 1074 (e.g. <filename>glibc-dev</filename> instead of <filename>libc6-dev</filename>).
1075 </para> 1075 </para>
1076 1076
1077 <para> 1077 <para>
@@ -3027,7 +3027,7 @@
3027 <note> 3027 <note>
3028 Although well within the capabilities of the Yocto Project, 3028 Although well within the capabilities of the Yocto Project,
3029 adding a totally new architecture might require 3029 adding a totally new architecture might require
3030 changes to <filename>gcc/eglibc</filename> and to the site 3030 changes to <filename>gcc/glibc</filename> and to the site
3031 information, which is beyond the scope of this manual. 3031 information, which is beyond the scope of this manual.
3032 </note> 3032 </note>
3033 </para> 3033 </para>
@@ -5911,10 +5911,10 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
5911 described here combined with experimentation and iteration. 5911 described here combined with experimentation and iteration.
5912 Here are a couple of areas to experiment with: 5912 Here are a couple of areas to experiment with:
5913 <itemizedlist> 5913 <itemizedlist>
5914 <listitem><para><filename>eglibc</filename>: 5914 <listitem><para><filename>glibc</filename>:
5915 In general, follow this process: 5915 In general, follow this process:
5916 <orderedlist> 5916 <orderedlist>
5917 <listitem><para>Remove <filename>eglibc</filename> 5917 <listitem><para>Remove <filename>glibc</filename>
5918 features from 5918 features from
5919 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink> 5919 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>
5920 that you think you do not need.</para></listitem> 5920 that you think you do not need.</para></listitem>
@@ -5928,7 +5928,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
5928 support wide character support as is done for 5928 support wide character support as is done for
5929 <filename>ncurses</filename>. 5929 <filename>ncurses</filename>.
5930 Or, if support for those characters is needed, 5930 Or, if support for those characters is needed,
5931 determine what <filename>eglibc</filename> 5931 determine what <filename>glibc</filename>
5932 features provide the support and restore the 5932 features provide the support and restore the
5933 configuration. 5933 configuration.
5934 </para></listitem> 5934 </para></listitem>
@@ -5937,7 +5937,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
5937 </orderedlist></para></listitem> 5937 </orderedlist></para></listitem>
5938 <listitem><para><filename>busybox</filename>: 5938 <listitem><para><filename>busybox</filename>:
5939 For BusyBox, use a process similar as described for 5939 For BusyBox, use a process similar as described for
5940 <filename>eglibc</filename>. 5940 <filename>glibc</filename>.
5941 A difference is you will need to boot the resulting 5941 A difference is you will need to boot the resulting
5942 system to see if you are able to do everything you 5942 system to see if you are able to do everything you
5943 expect from the running system. 5943 expect from the running system.