1
0

release 6.16.5

This commit is contained in:
2025-09-04 18:10:26 +03:00
parent 8a22827345
commit bbfd90d5dc
32 changed files with 1492 additions and 184 deletions

View File

@@ -3,6 +3,23 @@ Meta-Rules-Target: image
Build-Profiles: <!pkg.linux.nokernel>
Build-Depends:
kmod,
# used by upstream to build include/generated/timeconst.h
bc,
# used by upstream to build signing tools and to process certificates
libssl-dev:native,
openssl,
# used by upstream to build objtool (native for images; host arch for
# linux-kbuild), perf (host arch)
libelf-dev:native,
# used for bft debug info
pahole,
# used by upstream to compress kernel
lz4,
xz-utils,
zstd,
# used by upstream to build genksyms, kconfig, and perf
bison,
flex,
Pre-Depends: linux-base (>= 4.3~)
Depends: kmod, ${misc:Depends}
Suggests: firmware-linux-free, debian-kernel-handbook