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

Dimitri John Ledkov dimitri.ledkov at canonical.com
Wed Nov 24 10:34:47 UTC 2021


-- 
Regards,

Dimitri.

On Wed, Nov 24, 2021 at 8:59 AM Krzysztof Kozlowski
<krzysztof.kozlowski at canonical.com> wrote:
>
> On 23/11/2021 22:31, Joseph Salisbury wrote:
> > 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.
>
> Please mention the hardware platform which is failing.
>
> >
> > 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
>
> I am not sure how does this solve arm64 kernel problem...
>

As far as I can tell, -extras .deb is already built on arm64 but not
on amd64. We kind of need to build extras .deb on amd64 to be able to
install it.

And meta doesn't pull in or install -extras on neither arm64 nor
amd64. (the other patch series submitted to fix that)

Regards,

Dimitri.



More information about the kernel-team mailing list