meson (32-bit): family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks

This commit is contained in:
Ricardo Pardini 2023-12-27 20:10:17 +01:00 committed by Igor
parent cb4893ddbe
commit 8b60fb750d
3 changed files with 3 additions and 12 deletions

View File

@ -44,20 +44,13 @@ case $BOARD in
esac
case $BRANCH in
current)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
KERNELBRANCH="branch:linux-6.1.y"
KERNELPATCHDIR='meson-'$BRANCH
declare -g KERNEL_MAJOR_MINOR="6.1"
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
KERNELBRANCH="branch:linux-6.6.y"
KERNELPATCHDIR='meson-'$BRANCH
declare -g KERNEL_MAJOR_MINOR="6.6"
;;
esac

View File

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

View File

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