kernel-modules: Build-Depends on linux-headers-stx-amd64
Remove the kernel abiname/version from Build-Depends in OOT kernel modules. After commit <Add pkgs without abiname for image/headers> the new dependency is as this: linux-kbuild-5.10 is depended by linux-headers-5.10.0-6-amd64; linux-headers-5.10.0-6-amd64 is depended by linux-headers-stx-amd64. Package linux-keys-5.10 is renamed to linux-keys. Then the version numbers and abiname can be completely removed from the Build-Depends of OOT kernel modules' codes. Similar is done for RT kernel modules. This is a preparation for kernel upgrading with major version. Test plan: PASS: Build all the packages and iso successfully. PASS: The rt/std installations are fine for both qemu and lib. PASS: No warning appears for insmod/modprobe. Depends-On: https://review.opendev.org/c/starlingx/kernel/+/896187 Story: 2010643 Task: 48815 Signed-off-by: Li Zhou <li.zhou@windriver.com> Change-Id: I860a751cf4c11f64c81877714ecddb10b488fa96
This commit is contained in:
@@ -2,7 +2,7 @@ Source: ice-cvl-4.10
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
||||
Build-Depends: debhelper-compat (= 13), linux@KERNEL_TYPE@-headers-5.10.0-6@KERNEL_TYPE@-amd64, linux@KERNEL_TYPE@-kbuild-5.10, linux@KERNEL_TYPE@-keys-5.10, unzip
|
||||
Build-Depends: debhelper-compat (= 13), linux@KERNEL_TYPE@-headers-stx-amd64, linux@KERNEL_TYPE@-keys, unzip
|
||||
Standards-Version: 4.5.1
|
||||
Rules-Requires-Root: no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user