Update version, fix meson64 kernel source, bump with rootfs cache

This commit is contained in:
Igor Pecovnik
2020-02-25 21:15:40 +01:00
parent 2060d63ba9
commit 24013582eb
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
20.02.0
20.02.3

View File

@@ -22,7 +22,7 @@ case $BRANCH in
dev)
KERNELBRANCH='branch:master'
KERNELBRANCH='branch:linux-5.5.y'
;;

View File

@@ -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=17
ROOTFSCACHE_VERSION=18
CHROOT_CACHE_VERSION=7
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)