diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-02-22 20:38:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-23 23:59:17 +0000 |
commit | 7c99ef6d2173b14e1109a540ee5ae47b56d707e7 (patch) | |
tree | ce7d28070627ba81a419ae4a8120385e577fb332 /meta/recipes-support | |
parent | 01ea85f7f6c53c66c76d6f832518b28bf06ec072 (diff) | |
download | openembedded-core-7c99ef6d2173b14e1109a540ee5ae47b56d707e7.tar.gz openembedded-core-7c99ef6d2173b14e1109a540ee5ae47b56d707e7.tar.bz2 openembedded-core-7c99ef6d2173b14e1109a540ee5ae47b56d707e7.tar.xz openembedded-core-7c99ef6d2173b14e1109a540ee5ae47b56d707e7.zip |
A script to clean obsolete sstate cache files
There would be many obsolete cache files in the SSTATE_DIR after several
builds, this script can remove the obsolete one for a pkg, only leave
the up to date one.
Here is the help text:
sstate-cache-management.sh <OPTION>
Options:
--help, -h
Display this help and exit.
--cache-dir=<sstate cache dir>
Specify sstate cache directory, will use the environment
variable SSTATE_CACHE_DIR if it is not specified.
--remove-duplicated
Remove the duplicated sstate cache files of one package, only
the newest one would be kept.
[YOCTO #1682]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions