6.7.6-1 (clr 6.7.5-1410) more-uarches-20240221.2
This commit is contained in:
parent
ff44931cda
commit
b74e4ace79
2 changed files with 12 additions and 12 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Clear Linux
|
||||
pkgver = 6.7.5
|
||||
pkgver = 6.7.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -14,16 +14,16 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.7.5.xz
|
||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.7.4-1406
|
||||
source = more-uarches-20230105.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20230105.tar.gz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.7.6.xz
|
||||
source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=6.7.5-1410
|
||||
source = more-uarches-20240221.2.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20240221.2.tar.gz
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069
|
||||
sha256sums = SKIP
|
||||
sha256sums = 3c14f253531b47155a2c2899b7adaa918ade0ee95909a234eb269164c738370c
|
||||
sha256sums = a394326aa325f8a930a4ce33c69ba7b8b454aef1107a4d3c2a8ae12908615fc4
|
||||
sha256sums = SKIP
|
||||
sha256sums = 802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23
|
||||
sha256sums = 1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f
|
||||
|
||||
pkgname = linux-clear
|
||||
pkgdesc = The Clear Linux kernel and modules
|
||||
|
|
12
PKGBUILD
12
PKGBUILD
|
@ -86,10 +86,10 @@
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=6.7
|
||||
_minor=5
|
||||
_minor=6
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.4-1406
|
||||
_gcc_more_v='20230105'
|
||||
_clr=${_major}.5-1410
|
||||
_gcc_more_v='20240221.2'
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=1
|
||||
|
@ -244,7 +244,7 @@ prepare() {
|
|||
# https://github.com/graysky2/kernel_compiler_patch
|
||||
# make sure to apply after olddefconfig to allow the next section
|
||||
echo "Patching to enable GCC optimization for other uarchs..."
|
||||
patch -Np1 -i "$srcdir/kernel_compiler_patch-$_gcc_more_v/more-uarches-for-kernel-5.17+.patch"
|
||||
patch -Np1 -i "$srcdir/kernel_compiler_patch-$_gcc_more_v/more-uarches-for-kernel-6.1.79-6.8-rc3.patch"
|
||||
|
||||
if [ -n "$_subarch" ]; then
|
||||
# user wants a subarch so apply choice defined above interactively via 'yes'
|
||||
|
@ -418,9 +418,9 @@ done
|
|||
|
||||
sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069'
|
||||
'SKIP'
|
||||
'3c14f253531b47155a2c2899b7adaa918ade0ee95909a234eb269164c738370c'
|
||||
'a394326aa325f8a930a4ce33c69ba7b8b454aef1107a4d3c2a8ae12908615fc4'
|
||||
'SKIP'
|
||||
'802946f623c69ae1a636b63697c23ca48af31a099415ed837d2c1e168a272d23')
|
||||
'1d3ac3e581cbc5108f882fcdc75d74f7f069654c71bad65febe5ba15a7a3a14f')
|
||||
|
||||
validpgpkeys=(
|
||||
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
|
||||
|
|
Loading…
Reference in a new issue