-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d00eb7
commit 877ba1b
Showing
3 changed files
with
116 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> | ||
|
||
pkgbase=linux-beacon | ||
pkgver=5.15.13.arch1 | ||
pkgver=5.16.11.arch1 | ||
pkgrel=1 | ||
pkgdesc='Linux' | ||
_srctag=v${pkgver%.*}-${pkgver##*.} | ||
|
@@ -27,7 +27,7 @@ validpgpkeys=( | |
'C7E7849466FE2358343588377258734B41C31549' # David Runge <[email protected]> | ||
) | ||
sha256sums=('SKIP' | ||
'6ab7a66895804f832f1b9594b682be0e2e6982455a8fc3f7e87111e1c7dff866' | ||
'a7e88715c86f2ea77e80cb0535d827406676cb8227a9367dd98931f511b06f31' | ||
'f9aff9e30c5468d37a1434c59ac550bf0afeeee54707aca50bc49343efca40a6') | ||
|
||
export KBUILD_BUILD_HOST=archlinux | ||
|
@@ -107,11 +107,11 @@ _package-headers() { | |
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile | ||
cp -t "$builddir" -a scripts | ||
|
||
# add objtool for external module building and enabled VALIDATION_STACK option | ||
# required when STACK_VALIDATION is enabled | ||
install -Dt "$builddir/tools/objtool" tools/objtool/objtool | ||
|
||
# add xfs and shmem for aufs building | ||
mkdir -p "$builddir"/{fs/xfs,mm} | ||
# required when DEBUG_INFO_BTF_MODULES is enabled | ||
install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids | ||
|
||
echo "Installing headers..." | ||
cp -t "$builddir" -a include | ||
|
Oops, something went wrong.