]> code.ossystems Code Review - openembedded-core.git/commit
archiver.bbclass:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Mon, 26 Mar 2012 10:49:26 +0000 (18:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2012 22:12:25 +0000 (23:12 +0100)
commit2fdc271887db8c0ef0641472d00e850e8b3caa19
tree195661b9425df28ca2d07b429dc04ced5cc89f79
parentbe2db850fbe516b92a3991a5eaf646c4a2b8a1b9
archiver.bbclass:

1 Archive sources in ${S} in the different stage
  (do_unpack,do_patch,do_configure).
2 Archive patches including series
3 Archive logs including scripts (.bb and .inc files)
4 dump environment resources which show all variable and functions
  used to xxx.showdata.dump when running a task
5 dump all content in 's' including patches to file xxx.diff.gz

All archiving packages  will be deployed to ${DEPLOY_DIR}/sources/

[YOCTO #1977]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/archiver.bbclass [new file with mode: 0644]