Skip to content

Commit

Permalink
Update to 6.1.12-200
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Feb 21, 2023
1 parent dc572e5 commit 1986d1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package-scripts/build-kernel.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

FEDORA_KERNEL_VERSION=6.1.11-200.fc37
FEDORA_KERNEL_VERSION=6.1.12-200.fc37
PATCHES_GIT=https://github.com/t2linux/linux-t2-patches
PATCHES_COMMIT=3b2e05df2f41a323e67aca5bd3cccac5a5c41c2c
PATCHES_COMMIT=5d7fec1df97018a29147917531b248992b5368e9

echo "=====INSTALLING DEPENDENCIES====="
dnf install -y ncurses-devel libbpf fedpkg rpmdevtools ccache openssl-devel libkcapi libkcapi-devel libkcapi-static libkcapi-tools
Expand Down Expand Up @@ -36,7 +36,7 @@ git checkout ${PATCHES_COMMIT}

cd ~/rpmbuild/SPECS
# cat /tmp/download/*/extra_config > /root/rpmbuild/SOURCES/kernel-local
cat /repo/patches/extra_config > /root/rpmbuild/SOURCES/kernel-local
cat /tmp/download/*/extra_config > /root/rpmbuild/SOURCES/kernel-local
cat /tmp/download/*/*.patch > /root/rpmbuild/SOURCES/linux-kernel-test.patch

echo "=====BUILDING====="
Expand Down
10 changes: 0 additions & 10 deletions patches/extra_config

This file was deleted.

0 comments on commit 1986d1d

Please sign in to comment.