diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-26 11:02:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:37 +0100 |
commit | 9d66278f9c14d04ce2b0092e4476cead4e1e85cc (patch) | |
tree | 9704d101f5194e32b5c727032bbf54c4a5818ebe /documentation/poky-ref-manual/extendpoky.xml | |
parent | 87566447aa0000cb9213234d1bc6be0eab7a1d2f (diff) | |
download | poky-9d66278f9c14d04ce2b0092e4476cead4e1e85cc.tar.gz |
documentation: scrubbed out 'glibc' and replaced with 'eglibc'
Several manuals and areas were still referring to 'glibc' as the
GNU version of the Unix statndrd C library. We do not support this
any longer and now use 'eglibc' to build with. Notable changes were
in the required packages area of the QS manual. I also added a
bit in the reference guide saying how this release does not use
'glibc' to build with but rather 'eglibc'.
(From yocto-docs rev: c2c58914996d747c510706d78ecfd8f41c5e694d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/extendpoky.xml')
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index efbc52f7cb..ebd9804431 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml | |||
@@ -357,7 +357,7 @@ | |||
357 | It is important to use the correct names of packages in the | 357 | It is important to use the correct names of packages in the |
358 | <filename><link linkend='var-IMAGE_INSTALL'>IMAGE_INSTALL</link></filename> variable. | 358 | <filename><link linkend='var-IMAGE_INSTALL'>IMAGE_INSTALL</link></filename> variable. |
359 | You must use the OpenEmbedded notation and not the Debian notation for the names | 359 | You must use the OpenEmbedded notation and not the Debian notation for the names |
360 | (e.g. <filename>glibc-dev</filename> instead of <filename>libc6-dev</filename>). | 360 | (e.g. <filename>eglibc-dev</filename> instead of <filename>libc6-dev</filename>). |
361 | </para> | 361 | </para> |
362 | 362 | ||
363 | <para> | 363 | <para> |
@@ -524,7 +524,7 @@ | |||
524 | The information covers adding machines similar to those the Yocto Project already supports. | 524 | The information covers adding machines similar to those the Yocto Project already supports. |
525 | Although well within the capabilities of the Yocto Project, adding a totally new architecture | 525 | Although well within the capabilities of the Yocto Project, adding a totally new architecture |
526 | might require | 526 | might require |
527 | changes to <filename>gcc/glibc</filename> and to the site information, which is | 527 | changes to <filename>gcc/eglibc</filename> and to the site information, which is |
528 | beyond the scope of this manual. | 528 | beyond the scope of this manual. |
529 | </para> | 529 | </para> |
530 | 530 | ||