switched to KCFLAGS/KCPPFLAGS to build kernels instead of patching

This commit is contained in:
2023-05-16 02:53:04 +02:00
parent e0a4e0031b
commit 57acc40a56
3 changed files with 2 additions and 118 deletions

View File

@@ -8,19 +8,6 @@ svn2git:
upstream-core-extra: "https://github.com/archlinux/svntogit-packages.git"
upstream-community: "https://github.com/archlinux/svntogit-community.git"
kernel_to_patch:
- linux
- linux-lts
- linux-zen
- linux-hardened
kernel_patches:
4.19: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-4.19-5.4.patch"
5.5: "none"
5.8: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.8-5.14.patch"
5.15: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.15%2B.patch"
linux-zen: "skip"
db:
driver: pgx
connect_to: "postgres://username:password@localhost:5432/database_name"