From 2b2ced01f770d04f06693d3736209b5caf211398 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Feb 2016 10:48:43 -0800 Subject: [PATCH] ref-manual: Updated the staging.bbclass description Fixes [YOCTO #8800] Provided better wording. (From yocto-docs rev: 4a419e22f1ec3623db45393422ca6287d2a73563) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 29f5743a6f..7ba9a9770f 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -3189,10 +3189,10 @@ <filename>staging.bbclass</filename> - The staging class provides support for staging - files into the sysroot during the + The staging class provides the do_populate_sysroot - task. + task, which stages files into the sysroot to make them available to + other recipes at build time. The class is enabled by default because it is inherited by the base class.