From b88973f637bc72b362991653af1577b93f8d16ca Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 2 Aug 2016 09:49:58 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'documentation/ref-manual/ref-tasks.xml') 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 @@ This task runs with the current working directory set to ${B}, which is the compilation directory. + The do_install task, as well as other tasks + that either directly or indirectly depend on the installed files + (e.g. + do_package, + do_package_write_*, + and + do_rootfs), + run under + fakeroot. Caution -- cgit v1.2.3-54-g00ecf