uefi: all: rollover current 6.1.y to legacy, taking over 5.15.y

This commit is contained in:
Ricardo Pardini
2023-12-27 11:32:42 +01:00
committed by Igor
parent 88577a0cf4
commit 5a01fb8fae
4 changed files with 4220 additions and 2637 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -22,8 +22,8 @@ case "${BRANCH}" in
;;
legacy)
declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:linux-5.15.y" # Branch or tag to build from. It should match MAJOR_MINOR
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:linux-6.1.y" # Branch or tag to build from. It should match MAJOR_MINOR
;;
current)