Skip to content
Snippets Groups Projects
Commit c894ee6d authored by Johannes Mey's avatar Johannes Mey
Browse files

align kernel and rt patch

parent 07264753
No related branches found
No related tags found
No related merge requests found
Pipeline #13438 failed
#!/bin/bash
# get current kernel and realtime patch version
VERSION=5.13
VERSION=5.14
FILE=`curl -s https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/${VERSION}/`
KERNEL=19
RTPATCH=1
KERNEL=2
RTPATCH=21
echo "using kernel $VERSION.$KERNEL with realtime patch $RTPATCH"
# get kernel file names and location
......@@ -15,9 +15,9 @@ KERNELFILE=linux-${VERSION}.${KERNEL}.tar
KERNELFILEXZ=linux-${VERSION}.${KERNEL}.tar.xz
KERNELSIGN=linux-${VERSION}.${KERNEL}.tar.sign
PATCHURL=https://www.kernel.org/pub/linux/kernel/projects/rt/${VERSION}/
PATCHFILE=patch-${VERSION}-rt${RTPATCH}.patch
PATCHFILEXZ=patch-${VERSION}-rt${RTPATCH}.patch.xz
PATCHSIGN=patch-${VERSION}-rt${RTPATCH}.patch.sign
PATCHFILE=patch-${VERSION}.${KERNEL}-rt${RTPATCH}.patch
PATCHFILEXZ=patch-${VERSION}.${KERNEL}-rt${RTPATCH}.patch.xz
PATCHSIGN=patch-${VERSION}.${KERNEL}-rt${RTPATCH}.patch.sign
# download kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment