From patchwork Wed Feb 22 13:27:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] A script to clean obsolete sstate cache files Date: Wed, 22 Feb 2012 13:27:56 -0000 From: Robert Yang X-Patchwork-Id: 21577 Message-Id: To: 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 Robert Yang (1): A script to clean obsolete sstate cache files scripts/sstate-cache-management.sh | 135 ++++++++++++++++++++++++++++++++++++ 1 files changed, 135 insertions(+), 0 deletions(-) create mode 100755 scripts/sstate-cache-management.sh