Not really, no. It's also important to stop all builds while this is
running - sstate artefacts vanishing during a build will cause chaos.

Alex

On Thu, 18 Nov 2021 at 11:38, Robert P. J. Day <[email protected]>
wrote:

>
>   assuming my (correct) understanding of sstate-cache is that, as time
> goes by, it just gets larger and larger, it will increasingly contain
> content that is of little value anymore, what is the simplest way to
> purge or prune entries that are no longer involved in any desired
> builds?
>
>   i'm guessing a simple way to do that is to first delete tmp/, then
> build any current targets/images, immediately followed by something
> like:
>
>   $ find sstate-cache -type f -atime +1 -delete
>
> is there anything fancier than that?
>
> rday
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#158470): 
https://lists.openembedded.org/g/openembedded-core/message/158470
Mute This Topic: https://lists.openembedded.org/mt/87140377/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to