All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] V2: Yocoto 1561: clean up the workdir
@ 2012-03-06  6:36 Kang Kai
  2012-03-06  6:36 ` [PATCH 1/1] cleanup-workdir: add a script to clean up WORKDIR Kang Kai
  2012-03-09  1:47 ` [PATCH 0/1] V2: Yocoto 1561: clean up the workdir Kang Kai
  0 siblings, 2 replies; 6+ messages in thread
From: Kang Kai @ 2012-03-06  6:36 UTC (permalink / raw)
  To: richard.purdie, poky

Hi Richard,

Forget to import shutil, just add it. 

V1:
This time I write it as a seperated script.
Would you like to help me review it? Thanks.

Regards,

The following changes since commit a8dc76ee69cfe1ffe846c07a510e3a562a5b1a7f:

  base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05 13:04:11 -0800)

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/distro

Kang Kai (1):
  cleanup-workdir: add a script to clean up WORKDIR

 scripts/cleanup-workdir |  147 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 147 insertions(+), 0 deletions(-)
 create mode 100755 scripts/cleanup-workdir

-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/1] V3: Yocoto 1561: clean up the workdir
@ 2012-03-16  7:57 Kang Kai
  2012-03-16  7:57 ` [PATCH 1/1] cleanup-workdir: add a script to clean up WORKDIR Kang Kai
  0 siblings, 1 reply; 6+ messages in thread
From: Kang Kai @ 2012-03-16  7:57 UTC (permalink / raw)
  To: richard.purdie, poky

Hi Richard,

This version update:
1 limits the script run under BUILDDIR and after source oe-init-build-env file
2 get WORKDIR by TMPDIR+'/work'
3 replace system() call with module commands

Regards,

The following changes since commit 8bae18bb358755131f13865abb279ac687a03848:

  slang: Fix rpath QA warnings (2012-03-15 00:11:40 +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):
  cleanup-workdir: add a script to clean up WORKDIR

 scripts/cleanup-workdir |  150 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 150 insertions(+), 0 deletions(-)
 create mode 100755 scripts/cleanup-workdir

-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/1] Yocoto 1561: clean up the workdir
@ 2012-03-06  5:43 Kang Kai
  2012-03-06  5:44 ` [PATCH 1/1] cleanup-workdir: add a script to clean up WORKDIR Kang Kai
  0 siblings, 1 reply; 6+ messages in thread
From: Kang Kai @ 2012-03-06  5:43 UTC (permalink / raw)
  To: richard.purdie, poky

Hi Richard,

This time I write it as a seperated script.
Would you like to help me review it? Thanks.

Regards,

The following changes since commit a8dc76ee69cfe1ffe846c07a510e3a562a5b1a7f:

  base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05 13:04:11 -0800)

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/distro

Kang Kai (1):
  cleanup-workdir: add a script to clean up WORKDIR

 scripts/cleanup-workdir |  149 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 149 insertions(+), 0 deletions(-)
 create mode 100755 scripts/cleanup-workdir

-- 
1.7.5.4



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

end of thread, other threads:[~2012-03-16  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06  6:36 [PATCH 0/1] V2: Yocoto 1561: clean up the workdir Kang Kai
2012-03-06  6:36 ` [PATCH 1/1] cleanup-workdir: add a script to clean up WORKDIR Kang Kai
2012-03-13 17:52   ` Richard Purdie
2012-03-09  1:47 ` [PATCH 0/1] V2: Yocoto 1561: clean up the workdir Kang Kai
  -- strict thread matches above, loose matches on Subject: below --
2012-03-16  7:57 [PATCH 0/1] V3: " Kang Kai
2012-03-16  7:57 ` [PATCH 1/1] cleanup-workdir: add a script to clean up WORKDIR Kang Kai
2012-03-06  5:43 [PATCH 0/1] Yocoto 1561: clean up the workdir Kang Kai
2012-03-06  5:44 ` [PATCH 1/1] cleanup-workdir: add a script to clean up WORKDIR 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.