From: Luca Ceresoli <luca.ceresoli@bootlin.com>
To: "Jose Quaresma" <quaresma.jose@gmail.com>
Cc: openembedded-core@lists.openembedded.org,
Jose Quaresma <jose.quaresma@foundries.io>,
Ola x Nilsson <Ola.x.Nilsson@axis.com>,
Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Subject: Re: [OE-core] [PATCH V3 1/3] kernel-module-split: make autoload and probeconf distribution specific
Date: Thu, 22 Jun 2023 11:34:24 +0200 [thread overview]
Message-ID: <20230622113424.2c9a5e4d@booty> (raw)
In-Reply-To: <CANPvuRnZX+pVFy0gR_3Xf2P81As+2-yEKyu=112VJr5g47e4_g@mail.gmail.com>
Hi Jose,
On Thu, 22 Jun 2023 00:18:03 +0100
"Jose Quaresma" <quaresma.jose@gmail.com> wrote:
> Hi Luca,
>
> Luca Ceresoli <luca.ceresoli@bootlin.com> escreveu no dia quarta,
> 21/06/2023 à(s) 21:22:
>
> > Hi Jose,
> >
> > On Tue, 20 Jun 2023 22:19:42 +0000
> > "Jose Quaresma" <quaresma.jose@gmail.com> wrote:
> >
> > > Also take the oportunity to only add configuration files to FILES
> > > and CONFFILES when they exist and are used.
> > >
> > > The modules-load.d [1] - Configure kernel modules to load at boot
> > > should install their configuration files in /usr/lib/modules-load.d.
> > >
> > > The modprobe.d [2] - Configuration directory for modprobe
> > > should install their configuration files in /lib/modprobe.d
> > >
> > > [1] https://www.freedesktop.org/software/systemd/man/modules-load.d.html
> > > [2] https://www.man7.org/linux/man-pages//man5/modprobe.d.5.html
> > >
> > > [YOCTO #12212] https://bugzilla.yoctoproject.org/show_bug.cgi?id=12212
> > >
> > > CC: Ola x Nilsson <Ola.x.Nilsson@axis.com>
> > > CC: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
> > > Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
> >
> > We're having this error on the autobuilders:
> >
> > ERROR: linux-yocto-6.1.33+gitAUTOINC+db25e51e20_947f660bde-r0 do_package:
> > QA Issue: linux-yocto: Files/directories were installed but not shipped in
> > any package:
> > /etc
> >
> > May it be caused by this series?
> >
>
> I have another mistake on the patch that doesn't work without systemd.
> My fault, on my tests it's been working well because I use the systemd.
> I will send a V4 and helpfully is the last one.
>
> Sorry and thanks for testing.
No problem!
In case it helps your debugging, here is a different kind of error that
happened in the same AB run:
ERROR: lttng-modules-2.13.9-r0 do_package: Error executing a python function in exec_func_python() autogenerated:
...
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/pokybuild/yocto-worker/beaglebone-alt/build/build/tmp/work/beaglebone_yocto-poky-linux-gnueabi/lttng-modules/2.13.9-r0/package/usr/lib/modprobe.d'
https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/6304/steps/12/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/104/builds/6236/steps/11/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/103/builds/6233/steps/12/logs/stdio
Luca
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2023-06-22 9:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-20 22:19 [PATCH V3 1/3] kernel-module-split: make autoload and probeconf distribution specific Jose Quaresma
2023-06-20 22:19 ` [PATCH V3 2/3] kernel-module-split: use context manager to open files Jose Quaresma
2023-06-20 22:19 ` [PATCH V3 3/3] kernel: autoload and probeconf are handled by kernel-module-split Jose Quaresma
2023-06-21 20:22 ` [OE-core] [PATCH V3 1/3] kernel-module-split: make autoload and probeconf distribution specific Luca Ceresoli
2023-06-21 23:18 ` Jose Quaresma
2023-06-22 9:34 ` Luca Ceresoli [this message]
2023-06-22 10:05 ` Jose Quaresma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230622113424.2c9a5e4d@booty \
--to=luca.ceresoli@bootlin.com \
--cc=Ola.x.Nilsson@axis.com \
--cc=jose.quaresma@foundries.io \
--cc=openembedded-core@lists.openembedded.org \
--cc=peter.kjellerstedt@axis.com \
--cc=quaresma.jose@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.