On Mon, Dec 13, 2021 at 12:42 PM Bruce Ashfield wrote: > v2 looks good to me, but I'd like to get an Ack from Christopher before > merging. > Ack, this looks good - thanks for making the change, Kamil. Christopher > > Bruce > > On Thu, Dec 9, 2021 at 8:58 AM Kamil Dziezyk > 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 > > --- > > 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 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#6972): > https://lists.yoctoproject.org/g/meta-virtualization/message/6972 > > Mute This Topic: https://lists.yoctoproject.org/mt/87611978/1050810 > > Group Owner: meta-virtualization+owner@lists.yoctoproject.org > > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub > [bruce.ashfield@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > > > > -- > - Thou shalt not follow the NULL pointer, for chaos and madness await > thee at its end > - "Use the force Harry" - Gandalf, Star Trek II >