Skip to content

Commit 6cf76bf

Browse files
author
Prakash Surya
committed
TOOL-16602 Install "pahole" to enable BTF for kernel builds
PR URL: https://www.github.com/delphix/linux-pkg/pull/262
1 parent 18ac5e8 commit 6cf76bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

default-package-config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ function kernel_prepare() {
3939
logmust install_pkgs \
4040
equivs \
4141
devscripts \
42-
kernel-wedge
42+
kernel-wedge \
43+
dwarves # installs pahole(1) needed for BTF
4344
}
4445

4546
#

0 commit comments

Comments
 (0)