Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2012-08-28 | archiver.bbclass: fix the coding style | Robert Yang | 1 | |
* Make the comment line under 80 characters. * Use the triple double quotes for the docstring. * Add a whitespace behind the comma (,). * Other minor fixes. [YOCTO #2619] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||||
2012-03-26 | archive-original-source.bbclass: Archive original source | Xiaofeng Yan | 1 | |
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> |