6.11.3-1 (clr 6.11.3-1472) fix kernel compiler patch

This commit is contained in:
JeremyStar™ 2024-10-18 12:17:51 +02:00
parent 4e98b7ae55
commit 5036f9917a
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-clear
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
pkgver = 6.11.3
pkgrel = 2
pkgrel = 3
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL-2.0-only

View file

@ -131,7 +131,7 @@ _src_clr=${_kernel_major}.${_clr}
# Package information
pkgbase=linux-clear
pkgver=${_kernel_major}.${_kernel_minor}
pkgrel=2
pkgrel=3
pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance."
arch=("x86_64")
url="https://github.com/clearlinux-pkgs/linux"
@ -263,7 +263,7 @@ prepare() {
# Patch with kernel_compiler_patch patches
# This must be executed after olddefconfig
# to allow for the next section to run.
patch -Np1 -i "$srcdir/kernel_compiler_patch-$_kernelcompilerpatch/more-uarches-for-kernel-6.8-rc4+.patch"
patch -Np1 -i "$srcdir/kernel_compiler_patch-$_kernelcompilerpatch/more-ISA-levels-and-uarches-for-kernel-6.8-rc4+.patch"
# Set subarch automatically
[[ -n "${_subarch}" ]] && yes "${_subarch}" | make ${BUILD_FLAGS[*]} oldconfig