mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
5.16.0-2-fixes
This commit is contained in:
parent
3c5852d771
commit
faa4a67410
3 changed files with 912 additions and 1475 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = linux-cachyos-bore
|
||||
pkgdesc = Linux BORE scheduler Kernel by CachyOS and with some other patches and other improvements
|
||||
pkgver = 5.16.0
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/CachyOS/linux-cachyos
|
||||
arch = x86_64
|
||||
arch = x86_64_v3
|
||||
|
|
@ -43,13 +43,12 @@ pkgbase = linux-cachyos-bore
|
|||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-hwmon.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-ksmbd.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-rcu.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-zstd-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-zen-patches.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-v4l2loopback.patch
|
||||
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/next/0002-mm-next.patch
|
||||
source = auto-cpu-optimization.sh
|
||||
md5sums = 5c6acbcc119ab680a32264c865ea70e1
|
||||
md5sums = f9425b75de74d70497781f8c8448c27f
|
||||
md5sums = 6048a8eb052a7b2a22b4ab159278b903
|
||||
md5sums = 1fb4de64e7b59b67afecc7b71b951576
|
||||
md5sums = c463c17e1bf27df35f05eb1004c2ba48
|
||||
md5sums = 3d8d1eeebba7d038f6d890619233e605
|
||||
|
|
@ -72,7 +71,6 @@ pkgbase = linux-cachyos-bore
|
|||
md5sums = 2160aabf2b9798907d36c4d246937d71
|
||||
md5sums = 12ad5085b7f01793980f137f2c9451cb
|
||||
md5sums = 167a4267269e6a709c54e7b9ea8bf8d5
|
||||
md5sums = bf58290793d3a095ef95fb1fac2de89a
|
||||
md5sums = de6db1147385c058b2e94df3c1739fdf
|
||||
md5sums = cb9384ce179d08be6c90df6d0a0977a1
|
||||
md5sums = 258c33888c85d1ecc0bbdf59c3a92895
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -133,7 +133,7 @@ _srcname=linux-${_stable}
|
|||
#_srcname=linux-${_major}
|
||||
arch=(x86_64 x86_64_v3)
|
||||
pkgdesc='Linux BORE scheduler Kernel by CachyOS and with some other patches and other improvements'
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('x86_64' 'x86_64_v3')
|
||||
url="https://github.com/CachyOS/linux-cachyos"
|
||||
license=('GPL2')
|
||||
|
|
@ -175,7 +175,7 @@ source=(
|
|||
"${_patchsource}/0001-hwmon.patch"
|
||||
"${_patchsource}/0001-ksmbd.patch"
|
||||
"${_patchsource}/0001-rcu.patch"
|
||||
"${_patchsource}/0001-zstd-patches.patch"
|
||||
# "${_patchsource}/0001-zstd-patches.patch"
|
||||
"${_patchsource}/0001-zen-patches.patch"
|
||||
"${_patchsource}/0001-v4l2loopback.patch"
|
||||
"${_patchsource}/next/0002-mm-next.patch"
|
||||
|
|
@ -586,7 +586,7 @@ _package-headers() {
|
|||
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
|
||||
|
||||
# required when DEBUG_INFO_BTF_MODULES is enabled
|
||||
# install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
|
||||
install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
|
||||
|
||||
echo "Installing headers..."
|
||||
cp -t "$builddir" -a include
|
||||
|
|
@ -660,7 +660,7 @@ done
|
|||
|
||||
|
||||
md5sums=('5c6acbcc119ab680a32264c865ea70e1'
|
||||
'f9425b75de74d70497781f8c8448c27f'
|
||||
'6048a8eb052a7b2a22b4ab159278b903'
|
||||
'1fb4de64e7b59b67afecc7b71b951576'
|
||||
'c463c17e1bf27df35f05eb1004c2ba48'
|
||||
'3d8d1eeebba7d038f6d890619233e605'
|
||||
|
|
@ -683,7 +683,6 @@ md5sums=('5c6acbcc119ab680a32264c865ea70e1'
|
|||
'2160aabf2b9798907d36c4d246937d71'
|
||||
'12ad5085b7f01793980f137f2c9451cb'
|
||||
'167a4267269e6a709c54e7b9ea8bf8d5'
|
||||
'bf58290793d3a095ef95fb1fac2de89a'
|
||||
'de6db1147385c058b2e94df3c1739fdf'
|
||||
'cb9384ce179d08be6c90df6d0a0977a1'
|
||||
'258c33888c85d1ecc0bbdf59c3a92895'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue