extra/linux-tools to 6.5-1

This commit is contained in:
Kevin Mihelich 2023-09-30 16:42:46 +00:00
parent bc80b9998b
commit 971bcc455e

View file

@ -21,12 +21,12 @@ pkgname=(
'gpio-utils'
'iio-utils'
)
pkgver=6.3
pkgrel=5
pkgver=6.5
pkgrel=1
license=('GPL2')
arch=('x86_64')
url='https://www.kernel.org'
options=('!strip' '!distcc' '!makeflags')
options=('!strip' '!lto' '!distcc' '!makeflags')
makedepends=('git')
# split packages need all package dependencies set manually in makedepends
# kernel source deps
@ -48,7 +48,7 @@ makedepends+=('libcap')
makedepends+=('llvm' 'clang')
groups=("$pkgbase")
source=("https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
# "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-$pkgver.1.xz"
"https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-$pkgver.5.xz"
'cpupower.default'
'cpupower.systemd'
'cpupower.service'
@ -59,6 +59,7 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${pkgver}.tar.xz"
'fix-perf-tests.patch'
)
sha256sums=('74862fa8ab40edae85bb3385c0b71fe103288bce518526d63197800b3cbdecb1'
'22ad68c6c5f194f879fded9c44a205e394438fd505439e5f23e13e22ae1b7fe0'
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
@ -97,6 +98,7 @@ build() {
perfexecdir=lib/perf \
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
NO_SDT=1 \
BUILD_BPF_SKEL=1 \
WERROR=0 \
PYTHON=python \
PYTHON_CONFIG=python-config \
@ -188,6 +190,7 @@ package_perf() {
perfexecdir=lib/perf \
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
NO_SDT=1 \
BUILD_BPF_SKEL=1 \
WERROR=0 \
PYTHON=python \
PYTHON_CONFIG=python-config \