summaryrefslogtreecommitdiffstats
path: root/meta/classes/archive-configured-source.bbclass
blob: 1eaaf4cf2575d7c9043938f6bed175217a9d00fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 "
OpenPOWER on IntegriCloud