From aae7ae95ba193b872b164ea57a06245a992b29a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 31 Jul 2019 23:52:47 +0200 Subject: [PATCH] Change rootfs cache version For cache rebuilding --- lib/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index 97bc6697a..29fc9927e 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -20,7 +20,7 @@ TZDATA=$(cat /etc/timezone) # Timezone for target is taken from host or defined USEALLCORES=yes # Use all CPU cores for compiling EXIT_PATCHING_ERROR="" # exit patching if failed [[ -z $HOST ]] && HOST="$(echo "$BOARD" | cut -f1 -d-)" # set hostname to the board -ROOTFSCACHE_VERSION=5 +ROOTFSCACHE_VERSION=8 CHROOT_CACHE_VERSION=6 BUILD_REPOSITORY_URL=$(git remote get-url $(git remote 2>/dev/null) 2>/dev/null) BUILD_REPOSITORY_COMMIT=$(git describe --match=d_e_a_d_b_e_e_f --always --dirty 2>/dev/null)