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:13:20 +0000 (23:13 +0100)
commit3ad81ee8ab77c5c8cb7c985466d7b484ff2f381e
tree81c41702e41124fb430db862364b8ed2a6e4421a
parent03308914a2298cbe77317afa903dcba1e0495bb3
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]

(From OE-Core rev: 2fdc271887db8c0ef0641472d00e850e8b3caa19)

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]