On Wed, 8 Dec 2021 at 08:45, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-oss@weidmueller.com> wrote: > I will update my patch series but need some time to test it locally. The > devtool test build a lot of recipe on every run because it use a private > sstate cache. How does the autobuilder overcome this problem? > If you don't rebase the branch used for testing, and set the cache to a directory outside of build directory (e.g. /home/stefan/sstate ) it will reuse that cache between selftest invocations. The autobuilder uses a single writeable cache for all builds and builders, mounted as read-write NFS partition. Alex