
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
22 lines
875 B
Plaintext
22 lines
875 B
Plaintext
Source: iavf-cvl-2.54
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13), linux@KERNEL_TYPE@-headers-stx-amd64, linux@KERNEL_TYPE@-keys
|
|
Standards-Version: 4.5.1
|
|
Rules-Requires-Root: no
|
|
|
|
Package: iavf-cvl-2.54@KERNEL_TYPE@
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, iavf-cvl-2.54-common
|
|
Description: This package provides the iavf kernel module(s).
|
|
This package provides the iavf kernel module(s) built
|
|
for the Linux kernel using the amd64 processors.
|
|
|
|
Package: iavf-cvl-2.54-common
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: This package provides the common files of iavf kernel module(s).
|
|
This package provides the common files of iavf kernel module(s) built
|
|
for the Linux kernel-std and kernel-rt using the amd64 processors.
|