meson64: family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks

This commit is contained in:
Ricardo Pardini 2023-12-27 16:20:21 +01:00 committed by Igor
parent 22848254e5
commit b9766185fb
3 changed files with 2 additions and 8 deletions

View File

@ -39,15 +39,11 @@ GOVERNOR=${GOVERNOR:-ondemand}
case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. For mainline caching.
KERNELBRANCH='branch:linux-6.1.y'
KERNELPATCHDIR='meson64-current'
declare -g KERNEL_MAJOR_MINOR="6.1"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching.
KERNELBRANCH='branch:linux-6.6.y'
KERNELPATCHDIR='meson64-edge'
declare -g KERNEL_MAJOR_MINOR="6.6"
;;
esac

View File

@ -1 +0,0 @@
archive/meson64-6.1

View File

@ -1 +0,0 @@
archive/meson64-6.6