From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S0DuO-0004dJ-7j for openembedded-core@lists.openembedded.org; Wed, 22 Feb 2012 16:15:08 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q1MF6mOS029742 for ; Wed, 22 Feb 2012 15:06:48 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29280-06 for ; Wed, 22 Feb 2012 15:06:44 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q1MF6cKL029732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 22 Feb 2012 15:06:39 GMT Message-ID: <1329923198.20261.160.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Wed, 22 Feb 2012 15:06:38 +0000 In-Reply-To: <9FF37BD6-73C7-4056-B38F-BCC8740C5A95@dominion.thruhere.net> References: <287F5295-D8E2-4540-A20D-28D934EAEA88@dominion.thruhere.net> <1329920131.20261.148.camel@ted> <9FF37BD6-73C7-4056-B38F-BCC8740C5A95@dominion.thruhere.net> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 0/1] A script to clean obsolete sstate cache files 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: Wed, 22 Feb 2012 15:15:08 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-02-22 at 15:32 +0100, Koen Kooi wrote: > Op 22 feb. 2012, om 15:15 heeft Richard Purdie het volgende geschreven: > > > On Wed, 2012-02-22 at 14:42 +0100, Koen Kooi wrote: > >> Op 22 feb. 2012, om 14:27 heeft Robert Yang het volgende geschreven: > >> > >>> Here is the testing result: > >>> > >>> $ ./poky/scripts/sstate-cache-management.sh --cache-dir=sstate-cache.bak/ --remove-duplicated > >>> Figuring out the archs in the sstate cache dir ... > >>> The following archs have been found in the sstate cache dir: > >>> i586 ppc603e x86_64 qemux86 qemuppc > >>> Removing the sstate-xxx_deploy-rpm.tgz ... (3034 files) > >>> Removing the sstate-xxx_deploy-ipk.tgz ... (0 files) > >>> Removing the sstate-xxx_deploy-deb.tgz ... (0 files) > >>> Removing the sstate-xxx_deploy.tgz ... (8 files) > >>> Removing the sstate-xxx_package.tgz ... (3282 files) > >>> Removing the sstate-xxx_populate-lic.tgz ... (2482 files) > >>> Removing the sstate-xxx_populate-sysroot.tgz ... (3282 files) > >>> 12088 files have been removed > >>> > >>> // Robert > >>> > >>> The following changes since commit 87e32edb88c30ac116fa396148ac26357051f93a: > >>> > >>> iputils: Add base_libdir to VPATH in order to find the crypto library (2012-02-21 17:59:40 +0000) > >>> > >>> are available in the git repository at: > >>> git://git.pokylinux.org/poky-contrib robert/remove-sstate > >>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/remove-sstate > >> > >> Do you have a patch against oe-core instead of poky??!? > > > > Does this really need as many question and exclamation marks???!!!!????! > > > > ;-) > > > > Its not hard to manipulate the patches around from one tree to the > > other. > > That's good to know, so why wasn't it manipulated to work on oe-core when being sent to the oe-core list? Or why can't people just cherry-pick the patch in, or apply the patch manually? The latter is no different to people who just supply the patches manually the the list with no corresponding git tree after all. Cheers, Richard