From f80223eb505f1bdfadf57431b3617b42ee7a3959 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Mon, 14 Aug 2017 17:08:13 -0700 Subject: [PATCH] ref-manual: Fixed links in do_prepare_recipe_sysroot task (From yocto-docs rev: 369038fa0fa2055bf39583aa1c707d889dd5db07) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 99e9f52b86..87ddb98278 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -494,8 +494,11 @@ <filename>do_prepare_recipe_sysroot</filename> - Installs the files into the individual recipe work directories - (i.e. WORKDIR). + Installs the files into the individual recipe specific sysroots + (i.e. + ${WORKDIR} + based upon the dependencies specified by + DEPENDS. See the "staging" class for more information.