From: Niko Mauno Date: Tue, 31 Oct 2023 14:13:26 +0000 (+0000) Subject: ccache.conf: Remove obsolete configuration option X-Git-Tag: yocto-5.2~4715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d7c1b71e2639b8d069403920368292bd214347d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ccache.conf: Remove obsolete configuration option Since ccache version 4.0, according to https://github.com/ccache/ccache/blob/master/doc/NEWS.adoc#ccache-40 * An appropriate cache directory level structure is now chosen automatically. The cache_dir_levels (CCACHE_NLEVELS) configuration option has therefore been removed. Therefore remove the option which has not been supported by ccache recipe version since Yocto Hardknott. Signed-off-by: Niko Mauno Signed-off-by: Alexandre Belloni --- diff --git a/meta/conf/ccache.conf b/meta/conf/ccache.conf index 931012dec99..4406ae561b1 100644 --- a/meta/conf/ccache.conf +++ b/meta/conf/ccache.conf @@ -1,2 +1 @@ max_size = 0 -cache_dir_levels = 1