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-variables.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3fe5cc3c2d..2507d4b520 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2599,6 +2599,11 @@ ${WORKDIR}/image + Caution + Tasks that read from or write to this directory should + run under + fakeroot. + -- cgit v1.2.3-54-g00ecf