UPD Linux 6.8

This commit is contained in:
2024-03-14 11:28:41 +01:00
parent d3e3112f95
commit 8b960f427b
2 changed files with 165 additions and 87 deletions

View File

@@ -2,7 +2,7 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom
pkgver=6.7.9.arch1
pkgver=6.8.arch1
pkgrel=1
pkgdesc='Linux'
url='https://github.com/archlinux/linux'
@@ -23,6 +23,7 @@ makedepends=(
graphviz
imagemagick
python-sphinx
python-yaml
texlive-latexextra
# my additional texlive preconditions for documentation:
texlive-plaingeneric
@@ -93,6 +94,7 @@ prepare() {
build() {
cd $_srcname
make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make htmldocs
}
@@ -145,7 +147,7 @@ _package-headers() {
echo "Installing build files..."
install -Dt "$builddir" -m644 .config Makefile Module.symvers System.map \
localversion.* version vmlinux
localversion.* version vmlinux tools/bpf/bpftool/vmlinux.h
install -Dt "$builddir/kernel" -m644 kernel/Makefile
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile
cp -t "$builddir" -a scripts