diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-02 09:49:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 23:50:46 +0100 |
commit | b88973f637bc72b362991653af1577b93f8d16ca (patch) | |
tree | 5653b646362be8e84652a6b8e6335b2b22a17a9f /documentation/ref-manual/ref-tasks.xml | |
parent | c78c5006ecd2e23d53771da27e6c5908abb18adb (diff) | |
download | poky-b88973f637bc72b362991653af1577b93f8d16ca.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index d6f0051f16..b0a65a989b 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -260,6 +260,15 @@ | |||
260 | This task runs with the current working directory set to | 260 | This task runs with the current working directory set to |
261 | <filename>${</filename><link linkend='var-B'><filename>B</filename></link><filename>}</filename>, | 261 | <filename>${</filename><link linkend='var-B'><filename>B</filename></link><filename>}</filename>, |
262 | which is the compilation directory. | 262 | which is the compilation directory. |
263 | The <filename>do_install</filename> task, as well as other tasks | ||
264 | that either directly or indirectly depend on the installed files | ||
265 | (e.g. | ||
266 | <link linkend='ref-tasks-package'><filename>do_package</filename></link>, | ||
267 | <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_*</filename></link>, | ||
268 | and | ||
269 | <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>), | ||
270 | run under | ||
271 | <link linkend='fakeroot-and-pseudo'>fakeroot</link>. | ||
263 | <note> | 272 | <note> |
264 | <title>Caution</title> | 273 | <title>Caution</title> |
265 | 274 | ||