summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.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:16:53 +0000
commitdb874ed595fcfc7d7b078fb89a53d40747a32c72 (patch)
treeac79994c00a9fc2e722bd033ce0ff972ffff074e /documentation/dev-manual/dev-manual-common-tasks.xml
parent9a47967a1831a711a7d51b647e2baed93c2e2f91 (diff)
downloadpoky-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/dev-manual/dev-manual-common-tasks.xml')
-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 26379a408f..8ce303c6d5 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1088,7 +1088,7 @@
1088 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename> 1088 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'>IMAGE_INSTALL</ulink></filename>
1089 variable. 1089 variable.
1090 You must use the OpenEmbedded notation and not the Debian notation for the names 1090 You must use the OpenEmbedded notation and not the Debian notation for the names
1091 (e.g. <filename>eglibc-dev</filename> instead of <filename>libc6-dev</filename>). 1091 (e.g. <filename>glibc-dev</filename> instead of <filename>libc6-dev</filename>).
1092 </para> 1092 </para>
1093 1093
1094 <para> 1094 <para>
@@ -3060,7 +3060,7 @@
3060 <note> 3060 <note>
3061 Although well within the capabilities of the Yocto Project, 3061 Although well within the capabilities of the Yocto Project,
3062 adding a totally new architecture might require 3062 adding a totally new architecture might require
3063 changes to <filename>gcc/eglibc</filename> and to the site 3063 changes to <filename>gcc/glibc</filename> and to the site
3064 information, which is beyond the scope of this manual. 3064 information, which is beyond the scope of this manual.
3065 </note> 3065 </note>
3066 </para> 3066 </para>
@@ -5943,10 +5943,10 @@
5943 described here combined with experimentation and iteration. 5943 described here combined with experimentation and iteration.
5944 Here are a couple of areas to experiment with: 5944 Here are a couple of areas to experiment with:
5945 <itemizedlist> 5945 <itemizedlist>
5946 <listitem><para><filename>eglibc</filename>: 5946 <listitem><para><filename>glibc</filename>:
5947 In general, follow this process: 5947 In general, follow this process:
5948 <orderedlist> 5948 <orderedlist>
5949 <listitem><para>Remove <filename>eglibc</filename> 5949 <listitem><para>Remove <filename>glibc</filename>
5950 features from 5950 features from
5951 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink> 5951 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></ulink>
5952 that you think you do not need.</para></listitem> 5952 that you think you do not need.</para></listitem>
@@ -5960,7 +5960,7 @@
5960 support wide character support as is done for 5960 support wide character support as is done for
5961 <filename>ncurses</filename>. 5961 <filename>ncurses</filename>.
5962 Or, if support for those characters is needed, 5962 Or, if support for those characters is needed,
5963 determine what <filename>eglibc</filename> 5963 determine what <filename>glibc</filename>
5964 features provide the support and restore the 5964 features provide the support and restore the
5965 configuration. 5965 configuration.
5966 </para></listitem> 5966 </para></listitem>
@@ -5969,7 +5969,7 @@
5969 </orderedlist></para></listitem> 5969 </orderedlist></para></listitem>
5970 <listitem><para><filename>busybox</filename>: 5970 <listitem><para><filename>busybox</filename>:
5971 For BusyBox, use a process similar as described for 5971 For BusyBox, use a process similar as described for
5972 <filename>eglibc</filename>. 5972 <filename>glibc</filename>.
5973 A difference is you will need to boot the resulting 5973 A difference is you will need to boot the resulting
5974 system to see if you are able to do everything you 5974 system to see if you are able to do everything you
5975 expect from the running system. 5975 expect from the running system.