summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-04-08 09:30:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-09 22:16:00 +0100
commit50f33d3bfebcbfb1538d932fb487cfd789872026 (patch)
treee3c0357bf80c7caf9a43c33cb0a5e7cf3f15caed /documentation
parent722e24a45ea2b773dbaf590bf4daa8f8fa6ec3e2 (diff)
downloadpoky-50f33d3bfebcbfb1538d932fb487cfd789872026.tar.gz
overview-manual: Fixed broken link to pseudo.
Link has disappeared. I am no longer using it and am using the article to "Why Fakeroot" to cover both Fakeroot and Pseudo "extra information" stuff. (From yocto-docs rev: 2ed2d897ca6a8bfb20aefdbc11a815e10fa2376c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml
index 338a190ae2..064c235a27 100644
--- a/documentation/overview-manual/overview-manual-concepts.xml
+++ b/documentation/overview-manual/overview-manual-concepts.xml
@@ -3186,7 +3186,8 @@
3186 <para> 3186 <para>
3187 In the 3187 In the
3188 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>, 3188 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>,
3189 the program that implements fakeroot is known as Pseudo. 3189 the program that implements fakeroot is known as
3190 <ulink url='https://www.yoctoproject.org/software-item/pseudo/'>Pseudo</ulink>.
3190 Pseudo overrides system calls by using the environment variable 3191 Pseudo overrides system calls by using the environment variable
3191 <filename>LD_PRELOAD</filename>, which results in the illusion 3192 <filename>LD_PRELOAD</filename>, which results in the illusion
3192 of running as root. 3193 of running as root.
@@ -3220,10 +3221,8 @@
3220 <ulink url='&YOCTO_DOCS_BB_URL;#var-FAKEROOT'><filename>FAKEROOT*</filename></ulink> 3221 <ulink url='&YOCTO_DOCS_BB_URL;#var-FAKEROOT'><filename>FAKEROOT*</filename></ulink>
3221 variables in the BitBake User Manual. 3222 variables in the BitBake User Manual.
3222 You can also reference the 3223 You can also reference the
3223 "<ulink url='http://www.ibm.com/developerworks/opensource/library/os-aapseudo1/index.html'>Pseudo</ulink>"
3224 and
3225 "<ulink url='https://github.com/wrpseudo/pseudo/wiki/WhyNotFakeroot'>Why Not Fakeroot?</ulink>" 3224 "<ulink url='https://github.com/wrpseudo/pseudo/wiki/WhyNotFakeroot'>Why Not Fakeroot?</ulink>"
3226 articles for background information on Pseudo. 3225 article for background information on Fakeroot and Pseudo.
3227 </para> 3226 </para>
3228 </section> 3227 </section>
3229</chapter> 3228</chapter>