Raspberry Pi EDGE compilation breaks. Moving to 6.7.y, perhaps temporally
This commit is contained in:
parent
2d3d2ea0a0
commit
2f5cccaaa9
@ -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}"
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user