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 (#158468): https://lists.openembedded.org/g/openembedded-core/message/158468 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]] -=-=-=-=-=-=-=-=-=-=-=-
