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

@@ -2,6 +2,9 @@ Package: krd-linux-headers-@abiname@-common@localversion@
Meta-Rules-Target: headers-common
Build-Profiles: <!pkg.linux.nokernel>
Architecture: all
Build-Depends:
# used by debian/rules.real to build linux-headers
cpio,
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Common header files for KrD's Linux kernel @abiname@@localversion@

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

View File

@@ -13,30 +13,6 @@ Build-Depends:
quilt,
# used by debian/rules.real to build linux-perf
dh-python <!pkg.linux.notools>,
Build-Depends-Arch:
# used by upstream to build include/generated/timeconst.h
bc <!pkg.linux.nokernel>,
# used by upstream to build signing tools and to process certificates
libssl-dev:native <!pkg.linux.nokernel>,
libssl-dev <!pkg.linux.notools>,
openssl <!pkg.linux.nokernel>,
# used by upstream to build objtool (native for images; host arch for
# linux-kbuild), perf (host arch)
libelf-dev:native <!pkg.linux.nokernel>,
libelf-dev <!pkg.linux.notools>,
lz4 [amd64 arm64] <!pkg.linux.nokernel>,
# used for bft debug info
pahole <!pkg.linux.nokernel> | dwarves:native (>= 1.16~) <!pkg.linux.nokernel>,
# used by debian/rules.real to build linux-headers
cpio <!pkg.linux.nokernel>,
# used by upstream to compress kernel
xz-utils <!pkg.linux.nokernel>,
zstd <!pkg.linux.nokernel>,
# used by upstream to build genksyms, kconfig, and perf
bison <!pkg.linux.nokernel>,
bison <!pkg.linux.notools>,
flex <!pkg.linux.nokernel>,
flex <!pkg.linux.notools>,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/kernel-team/linux.git
Vcs-Browser: https://salsa.debian.org/kernel-team/linux

View File

@@ -2,6 +2,15 @@ Package: krd-linux-kbuild-@abiname@
Meta-Rules-Target: kbuild
Build-Profiles: <!pkg.linux.notools>
Architecture: linux-any
Build-Depends:
# used by upstream to build signing tools and to process certificates
libssl-dev,
# used by upstream to build objtool (native for images; host arch for
# linux-kbuild), perf (host arch)
libelf-dev,
# used by upstream to build genksyms, kconfig, and perf
bison,
flex,
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, build-essential, pahole
Multi-Arch: foreign
Description: Kbuild infrastructure for KrD's Linux @abiname@