diff mbox series

ccache.conf: Remove obsolete configuration option

Message ID 20231031141326.3750548-1-niko.mauno@vaisala.com
State Accepted, archived
Commit 1d7c1b71e2639b8d069403920368292bd214347d
Headers show
Series ccache.conf: Remove obsolete configuration option | expand

Commit Message

Niko Mauno Oct. 31, 2023, 2:13 p.m. UTC
From: Niko Mauno <niko.mauno@vaisala.com>

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 <niko.mauno@vaisala.com>
---
 meta/conf/ccache.conf | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/ccache.conf b/meta/conf/ccache.conf
index 931012dec9..4406ae561b 100644
--- a/meta/conf/ccache.conf
+++ b/meta/conf/ccache.conf
@@ -1,2 +1 @@ 
 max_size = 0
-cache_dir_levels = 1