Raspberry Pi EDGE compilation breaks. Moving to 6.7.y, perhaps temporally

This commit is contained in:
Igor Pecovnik 2023-12-14 20:59:22 +01:00 committed by Igor
parent 2d3d2ea0a0
commit 2f5cccaaa9

View File

@ -44,8 +44,8 @@ case "${BRANCH}" in
edge)
declare -g RASPI_DISTRO_KERNEL=no
declare -g KERNELSOURCE='https://github.com/raspberrypi/linux'
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:rpi-6.6.y"
declare -g KERNEL_MAJOR_MINOR="6.7" # Major and minor versions of this kernel. For mainline caching.
declare -g KERNELBRANCH="branch:rpi-6.7.y"
declare -g KERNELPATCHDIR="${LINUXFAMILY}-${BRANCH}"
declare -g LINUXCONFIG="linux-${LINUXFAMILY}-${BRANCH}"
;;