[PATCH 1/1][V2][Jammy][linux-realtime] UBUNTU: [Packaging] Change do_extras_package to true and create dependency on linux-modules-extra

Joseph Salisbury joseph.salisbury at canonical.com
Wed Nov 24 16:35:06 UTC 2021


BugLink: https://bugs.launchpad.net/bugs/1950968

Boot tests are failing for the linux-realtime kernel when testing on arm64
Cavium ThunderX2 hardware in the lab.  The testing hardware requires the qede
driver for QLogic FastLinQ QL41000 Series network cards.
This driver is included in the linux-modules-extra package.

A new dependency was created on the linux-modules-extra package in
linux-meta-realtime.  See commit: ("UBUNTU: [Packaging] Add
 dependency for linux-modules-extra in debian control file") in that
repo.

Because of this new dependancy, we need to build the linux-modules-extra
package for amd64 in addition to arm64.

Signed-off-by: Joseph Salisbury <joseph.salisbury at canonical.com>
---
 debian.realtime/rules.d/amd64.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.realtime/rules.d/amd64.mk b/debian.realtime/rules.d/amd64.mk
index eb3b563fc728..7b2794a3e079 100644
--- a/debian.realtime/rules.d/amd64.mk
+++ b/debian.realtime/rules.d/amd64.mk
@@ -16,7 +16,7 @@ do_tools_bpftool = true
 do_tools_x86	= true
 do_tools_hyperv	= true
 do_tools_host = false
-do_extras_package = false
+do_extras_package = true
 do_tools_common = false
 do_tools_acpidbg = false
 do_zfs		= false
--
2.32.0




More information about the kernel-team mailing list