mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
722e24a45e
commit
50f33d3bfe
@@ -3186,7 +3186,8 @@
|
|||||||
<para>
|
<para>
|
||||||
In the
|
In the
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>,
|
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>,
|
||||||
the program that implements fakeroot is known as Pseudo.
|
the program that implements fakeroot is known as
|
||||||
|
<ulink url='https://www.yoctoproject.org/software-item/pseudo/'>Pseudo</ulink>.
|
||||||
Pseudo overrides system calls by using the environment variable
|
Pseudo overrides system calls by using the environment variable
|
||||||
<filename>LD_PRELOAD</filename>, which results in the illusion
|
<filename>LD_PRELOAD</filename>, which results in the illusion
|
||||||
of running as root.
|
of running as root.
|
||||||
@@ -3220,10 +3221,8 @@
|
|||||||
<ulink url='&YOCTO_DOCS_BB_URL;#var-FAKEROOT'><filename>FAKEROOT*</filename></ulink>
|
<ulink url='&YOCTO_DOCS_BB_URL;#var-FAKEROOT'><filename>FAKEROOT*</filename></ulink>
|
||||||
variables in the BitBake User Manual.
|
variables in the BitBake User Manual.
|
||||||
You can also reference the
|
You can also reference the
|
||||||
"<ulink url='http://www.ibm.com/developerworks/opensource/library/os-aapseudo1/index.html'>Pseudo</ulink>"
|
|
||||||
and
|
|
||||||
"<ulink url='https://github.com/wrpseudo/pseudo/wiki/WhyNotFakeroot'>Why Not Fakeroot?</ulink>"
|
"<ulink url='https://github.com/wrpseudo/pseudo/wiki/WhyNotFakeroot'>Why Not Fakeroot?</ulink>"
|
||||||
articles for background information on Pseudo.
|
article for background information on Fakeroot and Pseudo.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|||||||
Reference in New Issue
Block a user