genio: Collabora's kernel is at 6.19-rc1; use SHA1 instead of branch

- so it does not keep changing beneath us as happened with 6.18 -> 6.19
This commit is contained in:
Ricardo Pardini 2026-01-01 23:04:46 +01:00 committed by Igor
parent 0771c181b4
commit 9109d4897c

View File

@ -15,10 +15,10 @@ case $BRANCH in
collabora) collabora)
declare -g LINUXCONFIG="linux-genio-$BRANCH" declare -g LINUXCONFIG="linux-genio-$BRANCH"
declare -g KERNEL_MAJOR_MINOR="6.18" declare -g KERNEL_MAJOR_MINOR="6.19"
declare -g KERNELPATCHDIR='genio-1200-collabora' declare -g KERNELPATCHDIR='genio-1200-collabora'
declare -g KERNELSOURCE='https://gitlab.collabora.com/mediatek/aiot/linux.git' declare -g KERNELSOURCE='https://gitlab.collabora.com/mediatek/aiot/linux.git'
declare -g KERNELBRANCH='branch:mediatek-next' declare -g KERNELBRANCH='commit:b7e86fc6ee5313dc9ad6685b1ec8813c500ee464' # from 'branch:mediatek-next'
declare -g EXTRAWIFI="no" declare -g EXTRAWIFI="no"
;; ;;