Ross Burton <ross.bur...@arm.com> escreveu no dia terça, 4/07/2023 à(s)
11:03:

> The colon can be fixed but a rationale for this change would be useful.
>

Sure, I will send a v2 explaining:

Because busybox doesn't support other path than /etc [1] we can't
change the default path unconditionally so change it only for systemd.

Jose


>
> Ross
>
> > On 4 Jul 2023, at 10:03, Jose Quaresma via lists.openembedded.org
> <quaresma.jose=gmail....@lists.openembedded.org> wrote:
> >
> > gentle ping
> >
> > Jose Quaresma via lists.openembedded.org <quaresma.jose=
> gmail....@lists.openembedded.org> escreveu no dia sexta, 30/06/2023 à(s)
> 16:50:
> > Signed-off-by: Jose Quaresma <jose.quare...@foundries.io>
> > ---
> >  meta/classes-recipe/kernel-module-split.bbclass | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/classes-recipe/kernel-module-split.bbclass
> b/meta/classes-recipe/kernel-module-split.bbclass
> > index 0e4f9a6ec3..c1208d55e0 100644
> > --- a/meta/classes-recipe/kernel-module-split.bbclass
> > +++ b/meta/classes-recipe/kernel-module-split.bbclass
> > @@ -30,8 +30,8 @@ fi
> >
> >  PACKAGE_WRITE_DEPS += "kmod-native depmodwrapper-cross"
> >
> > -modulesloaddir ??= "${sysconfdir}/modules-load.d"
> > -modprobedir ??= "${sysconfdir}/modprobe.d"
> > +modulesloaddir ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd',
> '${nonarch_libdir}', '${sysconfdir}', d)}/modules-load.d"
> > +modprobedir ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd',
> '${nonarch_base_libdir}', '${sysconfdir}', d)}/modprobe.d"
> >
> >  KERNEL_SPLIT_MODULES ?= "1"
> >  PACKAGESPLITFUNCS =+ "split_kernel_module_packages"
> > --
> > 2.34.1
> >
> >
> >
> >
> >
> >
> > --
> > Best regards,
> >
> > José Quaresma
> >
> > 
> >
>
>

-- 
Best regards,

José Quaresma
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#183822): 
https://lists.openembedded.org/g/openembedded-core/message/183822
Mute This Topic: https://lists.openembedded.org/mt/99875687/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to