From 234ea4b9ba998061f1adeb68551f011297ee594d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 11:59:56 -0600 Subject: [PATCH] ref-manual: Added the staging class. (From yocto-docs rev: 68b8c6156997f7910020e959ec47a35635287c3a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index a3a198a2fa..756acee71c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1966,6 +1966,19 @@ +
+ <filename>staging.bbclass</filename> + + + The staging class provides support for staging + files into the sysroot during the + do_populate_sysroot task. + The class is enabled by default because it is inherited by the + base + class. + +
+
<filename>package_tar.bbclass</filename>