1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

ref-manual: New "Fakeroot and Pseudo" section.

Fixes [YOCTO #10060]

I provided a new section in the Technical Details chapter.  Also
some extra explanation was added to both the do_install task and to
the D variable.

(From yocto-docs rev: 565fb11d72bf8c585469bcf65f92b6738e344813)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2016-08-02 09:49:58 -07:00
committed by Richard Purdie
parent c78c5006ec
commit b88973f637
3 changed files with 86 additions and 0 deletions
+9
View File
@@ -260,6 +260,15 @@
This task runs with the current working directory set to
<filename>${</filename><link linkend='var-B'><filename>B</filename></link><filename>}</filename>,
which is the compilation directory.
The <filename>do_install</filename> task, as well as other tasks
that either directly or indirectly depend on the installed files
(e.g.
<link linkend='ref-tasks-package'><filename>do_package</filename></link>,
<link linkend='ref-tasks-package_write_deb'><filename>do_package_write_*</filename></link>,
and
<link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>),
run under
<link linkend='fakeroot-and-pseudo'>fakeroot</link>.
<note>
<title>Caution</title>