From patchwork Fri Mar 2 07:54:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/1] Yocto 1561: enable cleanup of WORKDIR Date: Fri, 02 Mar 2012 07:54:57 -0000 From: Kang Kai X-Patchwork-Id: 22571 Message-Id: To: , Hi Saul, This is implementation of Yocto 1561: enable cleanup of WORKDIR. The original design was create a new script to fullfill the feature, but it doesn't work. So I add a command line option to do it. Regards, The following changes since commit 6b6aa170d5c618cfcd016dd1de926db647f7f932: busybox: Restore 'date' compatability (2012-03-01 23:16:43 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/cleanup http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/cleanup Kang Kai (1): bitbake: enable cleanup of WORKDIR bitbake/bin/bitbake | 4 +++ bitbake/lib/bb/command.py | 5 +++ bitbake/lib/bb/cooker.py | 63 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 0 deletions(-)