v2 looks good to me, but I'd like to get an Ack from Christopher before merging.
Bruce On Thu, Dec 9, 2021 at 8:58 AM Kamil Dziezyk <[email protected]> wrote: > > This patch changes the location of xen.conf file, that contains list of kernel > modules to be loaded during system boot, to "${nonarch_libdir}". > > Previous path based on "${systemd_unitdir}" was not considered by default by > systemd-modules-load.service. > > Signed-off-by: Kamil Dziezyk <[email protected]> > --- > recipes-extended/xen/xen-tools.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-extended/xen/xen-tools.inc > b/recipes-extended/xen/xen-tools.inc > index d831941..17ef0f7 100644 > --- a/recipes-extended/xen/xen-tools.inc > +++ b/recipes-extended/xen/xen-tools.inc > @@ -653,10 +653,10 @@ FILES:${PN}-xm = "\ > " > > FILES:${PN}-xencommons += "\ > + ${nonarch_libdir}/modules-load.d/xen.conf \ > ${sysconfdir}/default/xencommons \ > ${sysconfdir}/init.d/xencommons \ > ${sysconfdir}/xen/scripts/launch-xenstore \ > - ${systemd_unitdir}/modules-load.d/xen.conf \ > ${systemd_unitdir}/system/proc-xen.mount \ > ${systemd_unitdir}/system/xen-qemu-dom0-disk-backend.service \ > ${systemd_unitdir}/system/xenconsoled.service \ > @@ -744,7 +744,7 @@ SYSTEMD_SERVICE:${PN}-xendomains = "xendomains.service" > > EXTRA_OECONF += " \ > --with-systemd=${systemd_unitdir}/system \ > - --with-systemd-modules-load=${systemd_unitdir}/modules-load.d \ > + --with-systemd-modules-load=${nonarch_libdir}/modules-load.d \ > --with-initddir=${INIT_D_DIR} \ > --with-sysconfig-leaf-dir=default \ > --with-system-qemu=${bindir}/qemu-system-i386 \ > -- > 2.17.1 > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6978): https://lists.yoctoproject.org/g/meta-virtualization/message/6978 Mute This Topic: https://lists.yoctoproject.org/mt/87611978/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
