Skip to content

Commit 95535bb

Browse files
authored
rpi4b: bump legacy, current and edge to new major versions (#9097)
1 parent d4f7046 commit 95535bb

13 files changed

+6
-908
lines changed

config/sources/families/bcm2711.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ case "${BRANCH}" in
2424

2525
legacy)
2626
declare -g KERNELSOURCE='https://github.com/raspberrypi/linux'
27-
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching.
28-
declare -g KERNELBRANCH="branch:rpi-6.6.y"
27+
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel. For mainline caching.
28+
declare -g KERNELBRANCH="branch:rpi-6.12.y"
2929
;;
3030

3131
current)
3232
declare -g KERNELSOURCE='https://github.com/raspberrypi/linux'
33-
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel. For mainline caching.
34-
declare -g KERNELBRANCH="branch:rpi-6.12.y"
33+
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel. For mainline caching.
34+
declare -g KERNELBRANCH="branch:rpi-6.18.y"
3535
;;
3636

3737
edge)
3838
declare -g KERNELSOURCE='https://github.com/raspberrypi/linux'
39-
declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel. For mainline caching.
40-
declare -g KERNELBRANCH="branch:rpi-6.18.y"
39+
declare -g KERNEL_MAJOR_MINOR="6.19" # Major and minor versions of this kernel. For mainline caching.
40+
declare -g KERNELBRANCH="branch:rpi-6.19.y"
4141
;;
4242
esac
4343

patch/kernel/archive/bcm2711-6.1/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

patch/kernel/archive/bcm2711-6.1/001-force-platform-selection-brcm-soc-support.patch.disabled

Lines changed: 0 additions & 22 deletions
This file was deleted.

patch/kernel/archive/bcm2711-6.1/1003-remote-wakeup.patch

Lines changed: 0 additions & 198 deletions
This file was deleted.

patch/kernel/archive/bcm2711-6.1/2001-rename-msd.patch

Lines changed: 0 additions & 55 deletions
This file was deleted.

patch/kernel/archive/bcm2711-6.10/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

patch/kernel/archive/bcm2711-6.10/001-force-platform-selection-brcm-soc-support.disabled

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)