All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Yocto 1561: enable cleanup of WORKDIR
@ 2012-03-02  7:54 Kang Kai
  2012-03-02  7:54 ` [PATCH 1/1] bitbake: " Kang Kai
  0 siblings, 1 reply; 5+ messages in thread
From: Kang Kai @ 2012-03-02  7:54 UTC (permalink / raw)
  To: sgw, bitbake-devel

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(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-05  2:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02  7:54 [PATCH 0/1] Yocto 1561: enable cleanup of WORKDIR Kang Kai
2012-03-02  7:54 ` [PATCH 1/1] bitbake: " Kang Kai
2012-03-02 15:33   ` Chris Larson
2012-03-02 16:36     ` Richard Purdie
2012-03-05  2:30       ` Kang Kai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.