merged Bruce
On Fri, May 11, 2018 at 8:32 AM, Chris Patterson <[email protected]> wrote: > From: Chris Patterson <[email protected]> > > Matches sysvinit packaging. > > Signed-off-by: Chris Patterson <[email protected]> > --- > recipes-extended/xen/xen.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc > index 8dfe589..cadbd78 100644 > --- a/recipes-extended/xen/xen.inc > +++ b/recipes-extended/xen/xen.inc > @@ -438,6 +438,7 @@ FILES_${PN}-cpuid = "\ > > FILES_${PN}-devd = "\ > ${sysconfdir}/init.d/xendriverdomain \ > + ${systemd_unitdir}/system/xendriverdomain.service \ > " > > FILES_${PN}-flask = "\ > @@ -778,7 +779,8 @@ INITSCRIPT_NAME_${PN}-devd = "xendriverdomain" > INITSCRIPT_PARAMS_${PN}-devd = "defaults 82" > > # systemd packages > -SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains" > +SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains > ${PN}-devd" > +SYSTEMD_SERVICE_${PN}-devd = "xendriverdomain.service" > SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service" > SYSTEMD_SERVICE_${PN}-xencommons = " \ > proc-xen.mount \ > -- > 2.1.4 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization > -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
