[oe-commits] Xiaofeng Yan : archive-configured-source.bbclass: Archive configured source

git at git.openembedded.org git at git.openembedded.org
Mon Mar 26 22:17:36 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: a81c03cf6111106d04f2883b168f5be78900ee5f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a81c03cf6111106d04f2883b168f5be78900ee5f

Author: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Date:   Mon Mar 26 18:49:36 2012 +0800

archive-configured-source.bbclass: Archive configured source

This bbclass prepares for archiving configured source.

[YOCTO #1977]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/archive-configured-source.bbclass |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/meta/classes/archive-configured-source.bbclass b/meta/classes/archive-configured-source.bbclass
new file mode 100644
index 0000000..1a609b3
--- /dev/null
+++ b/meta/classes/archive-configured-source.bbclass
@@ -0,0 +1,14 @@
+# This file is for getting archiving packages with configured sources(archive 's' after configure stage),logs(archive 'temp' after package_write_rpm),dump data 
+# and creating diff file(get all environment variables and functions in building and mapping all content in 's' including patches to  xxx.diff.gz.
+# All archived packages will be deployed in ${DEPLOY_DIR}/sources
+
+inherit archiver
+
+# Get archiving package with configured sources including patches
+do_configure[postfuncs] += "do_archive_configured_sources "
+
+# Get archiving package with temp(logs) and scripts(.bb and inc files)
+do_package_write_rpm[prefuncs] += "do_archive_scripts_logs "
+
+# Get dump date and create diff file 
+do_package_write_rpm[postfuncs] += "do_dumpdata_create_diff_gz "





More information about the Openembedded-commits mailing list