mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-11 20:07:10 +00:00
Fix installation of dtb into kernel-image udebs
This commit is contained in:
parent
b089ab819c
commit
15d286f328
3 changed files with 12 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
|
@ -2,6 +2,9 @@ linux (6.19~rc4-1~exp1) UNRELEASED; urgency=medium
|
|||
|
||||
* New upstream release candidate.
|
||||
|
||||
[ Bastian Blank ]
|
||||
* Fix installation of dtb into kernel-image udebs.
|
||||
|
||||
-- Bastian Blank <waldi@debian.org> Mon, 05 Jan 2026 15:09:52 +0100
|
||||
|
||||
linux (6.18.3-1) unstable; urgency=medium
|
||||
|
|
|
|||
6
debian/config/arm64/config.test
vendored
6
debian/config/arm64/config.test
vendored
|
|
@ -28,6 +28,12 @@ CONFIG_RANDOMIZE_BASE=y
|
|||
CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
|
||||
CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
|
||||
|
||||
##
|
||||
## file: arch/arm64/Kconfig.platforms
|
||||
##
|
||||
#. Testing dtb installation
|
||||
CONFIG_ARCH_KEEMBAY=y
|
||||
|
||||
##
|
||||
## file: drivers/acpi/Kconfig
|
||||
##
|
||||
|
|
|
|||
3
debian/templates/image-di.install.j2
vendored
3
debian/templates/image-di.install.j2
vendored
|
|
@ -1,3 +1,6 @@
|
|||
boot/vmlinu?-{{abiname}}{{localversion}}
|
||||
lib/modules/{{abiname}}{{localversion}}/modules.builtin lib/modules/{{abiname}}{{localversion}}
|
||||
lib/modules/{{abiname}}{{localversion}}/modules.order lib/modules/{{abiname}}{{localversion}}
|
||||
{% if config.build.enable_dtb %}
|
||||
lib/modules/{{abiname}}{{localversion}}/dtb lib/modules/{{abiname}}{{localversion}}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue