meson64/edge: bump to 6.6-rc4; initial copy from 6.5

This commit is contained in:
Ricardo Pardini
2023-10-02 14:53:05 +02:00
committed by Igor
parent 55feeb39c5
commit 3811f36a99
84 changed files with 7665 additions and 3 deletions

View File

@@ -45,8 +45,9 @@ case $BRANCH in
;;
edge)
declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. For mainline caching.
KERNELBRANCH='branch:linux-6.5.y'
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching.
#KERNELBRANCH='branch:linux-6.6.y'
KERNELBRANCH='tag:v6.6-rc4'
KERNELPATCHDIR='meson64-edge'
;;