6.11.3-1 (clr 6.11.3-1472) fix kernel compiler patch
This commit is contained in:
parent
4e98b7ae55
commit
5036f9917a
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
|
pkgdesc = Linux kernel with patches from Clear Linux which allow for higher performance.
|
||||||
pkgver = 6.11.3
|
pkgver = 6.11.3
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0-only
|
license = GPL-2.0-only
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -131,7 +131,7 @@ _src_clr=${_kernel_major}.${_clr}
|
||||||
# Package information
|
# Package information
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_kernel_major}.${_kernel_minor}
|
pkgver=${_kernel_major}.${_kernel_minor}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance."
|
pkgdesc="Linux kernel with patches from Clear Linux which allow for higher performance."
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
|
@ -263,7 +263,7 @@ prepare() {
|
||||||
# Patch with kernel_compiler_patch patches
|
# Patch with kernel_compiler_patch patches
|
||||||
# This must be executed after olddefconfig
|
# This must be executed after olddefconfig
|
||||||
# to allow for the next section to run.
|
# 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
|
# Set subarch automatically
|
||||||
[[ -n "${_subarch}" ]] && yes "${_subarch}" | make ${BUILD_FLAGS[*]} oldconfig
|
[[ -n "${_subarch}" ]] && yes "${_subarch}" | make ${BUILD_FLAGS[*]} oldconfig
|
||||||
|
|
Loading…
Reference in a new issue