[PATCH 1/1] [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
Tue Nov 23 21:31:53 UTC 2021


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

Boot tests are failing for the linux-realtime kernel when testing specific
hardware in the lab.  The testing hardware requires the qede driver for
networking.  This driver is included in the linux-modules-extra package.

Create dependency on the modules-extra package, which is already done for
the generic kernel.

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