summaryrefslogtreecommitdiffstats
path: root/meta/classes/archive-patched-source.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/archive-patched-source.bbclass')
-rw-r--r--meta/classes/archive-patched-source.bbclass9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/classes/archive-patched-source.bbclass b/meta/classes/archive-patched-source.bbclass
index a6d368f2ca..40b2dcb0ea 100644
--- a/meta/classes/archive-patched-source.bbclass
+++ b/meta/classes/archive-patched-source.bbclass
@@ -1,6 +1,9 @@
1# This file is for getting archiving packages with patched sources(archive 's' before do_patch stage),logs(archive 'temp' after package_write_rpm),dump data and 1# This file is for getting archiving packages with patched
2# creating diff file(get all environment variables and functions in building and mapping all content in 's' including patches to xxx.diff.gz. 2# sources(archive ${S} before do_patch stage), logs(archive 'temp' after
3# All archived packages will be deployed in ${DEPLOY_DIR}/sources 3# package_write_rpm), dump data and creating diff file(get all
4# environment variables and functions in building and mapping all
5# content in ${S} including patches to xxx.diff.gz. All archived
6# packages will be deployed in ${DEPLOY_DIR}/sources
4 7
5inherit archiver 8inherit archiver
6 9