[isar-cip-core][PATCH] Enable ccache


Jan Kiszka
 

From: Jan Kiszka <jan.kiszka@...>

Accelerates rebuilds, specifically of the kernel (e.g. with adjusted
configs).

Signed-off-by: Jan Kiszka <jan.kiszka@...>
---
kas-cip.yml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/kas-cip.yml b/kas-cip.yml
index 73a4af9c..b6a3dedf 100644
--- a/kas-cip.yml
+++ b/kas-cip.yml
@@ -35,6 +35,8 @@ local_conf_header:
CONF_VERSION = "1"
cross: |
ISAR_CROSS_COMPILE = "1"
+ ccache: |
+ USE_CCACHE = "1"
root_password: |
USERS += "root"
USER_root[password] = "root"
--
2.35.3