From 8998295eaf6eab69770f7b6d96b8bb5884dbbb9e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Nov 2013 08:07:00 -0800 Subject: [PATCH] ref-manual: Added deploy class. (From yocto-docs rev: f7c60be2dad01cdb6d0d5462c40c68217191bcd6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 30 ++++++++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 0945691b34..6306194aa0 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -430,7 +430,7 @@ <filename>copyleft_compliance.bbclass</filename> - The Copyleft Compliance copyleft_compliance class + The Copyleft Compliance (copyleft_compliance) class preserves source code for the purposes of license compliance. This class is an alternative to the archive* classes and is still used by some users even though it has been @@ -444,7 +444,7 @@ <filename>core-image.bbclass</filename> - The Core Image core-image class + The Core Image (core-image) class provides common definitions for the core-image-* image recipes, such as support for additional @@ -456,7 +456,7 @@ <filename>cross.bbclass</filename> - The cross-compilation cross class + The cross-compilation (cross) class provides support for cross-compilation tools. @@ -465,7 +465,7 @@ <filename>cross-canadian.bbclass</filename> - The Canadian Cross cross-canadian class + The Canadian Cross (cross-canadian) class provides support for Canadian Cross compilation tools for SDKs. See the "Cross-Development Toolchain Generation" @@ -477,7 +477,7 @@ <filename>crosssdk.bbclass</filename> - The Cross SDK crosssdk class + The Cross SDK (crosssdk) class provides support for cross-compilation tools used for building SDKs. See the @@ -486,6 +486,26 @@ +
+ <filename>deploy.bbclass</filename> + + + The Deploy (deploy) class handles deploying files + to the + DEPLOY_DIR_IMAGE + directory. + The main function of this class is to allow the deploy step to be + accelerated by shared state. + Recipes that inherit this class should define their own + do_deploy function to copy the files to be + deployed to + DEPLOYDIR, + and use addtask to add the task at the appropriate + place, which is usually after do_compile or + do_install. + +
+
Debian Renaming - <filename>debian.bbclass</filename>