]> code.ossystems Code Review - openembedded-core.git/commit
archive-original-source.bbclass: Archive original source
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Mon, 26 Mar 2012 10:49:29 +0000 (18:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2012 22:12:32 +0000 (23:12 +0100)
commitbc18dfdf42c8ece353a580671502ad79d37fa476
treeecb4a479181ff3edf0507b8c5e45a84c02127151
parent2fdc271887db8c0ef0641472d00e850e8b3caa19
archive-original-source.bbclass: Archive original source

This bbclass prepares for archiving original source.
If original source is tarball, then copy this tarball to
${DEPLOY_DIR}/sources.
If original source is dirctory, then archive this directory to
tarball

[YOCTO #1977]

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