From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.dream-property.net ([82.149.226.172]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SIPCO-0005p9-OU for openembedded-core@lists.openembedded.org; Thu, 12 Apr 2012 20:56:52 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id 81D7C315B140; Thu, 12 Apr 2012 20:47:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cMuQ+Tvltmym; Thu, 12 Apr 2012 20:47:27 +0200 (CEST) Received: from [172.22.22.61] (drms-590c5060.pool.mediaWays.net [89.12.80.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id 249D6315B0FC; Thu, 12 Apr 2012 20:47:27 +0200 (CEST) Message-ID: <4F87233E.2030604@opendreambox.org> Date: Thu, 12 Apr 2012 20:47:26 +0200 From: Andreas Oberritter User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Kang Kai Cc: Patches and discussions about the oe-core layer Subject: cleanup-workdir X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2012 18:56:52 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello Kai, because I was low on disk space, I just tried scripts/cleanup-workdir for the first time. My observations: 1.) It deletes work directories that were built for other machines (archs) than the current one. I guess the list of architectures to handle should be queried from bitbake to avoid this. 2.) It doesn't delete work directories of previously deleted recipes. Regards, Andreas