From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B313DE0132F for ; Mon, 5 Mar 2012 22:37:24 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q266bJJ0007635 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 5 Mar 2012 22:37:20 -0800 (PST) Received: from localhost.localdomain (128.224.162.241) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Mon, 5 Mar 2012 22:37:19 -0800 From: Kang Kai To: , Date: Tue, 6 Mar 2012 14:36:28 +0800 Message-ID: X-Mailer: git-send-email 1.7.5.4 MIME-Version: 1.0 X-Originating-IP: [128.224.162.241] Subject: [PATCH 0/1] V2: Yocoto 1561: clean up the workdir X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2012 06:37:24 -0000 Content-Type: text/plain 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