Hi, Forgot the colon in "kernel-module-split:" is it necessary to send a v2 for this?
Jose Jose Quaresma <quaresma.j...@gmail.com> escreveu no dia sexta, 30/06/2023 à(s) 16:49: > 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183705): https://lists.openembedded.org/g/openembedded-core/message/183705 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] -=-=-=-=-=-=-=-=-=-=-=-