summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>2017-04-28 18:43:19 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-04-30 23:20:15 -0400
commitdd49614c70364a11dc50798f32f1b2ffa3d0409e (patch)
treeffc9cbd1b0728bcd115f6d6dea25c399f4bd6613
parentb69f1478393193de136c33e70d7c2bdc6dcfcdb8 (diff)
downloadmeta-virtualization-pyro-nfvaccess.tar.gz
xen: Fix mistype error in xen-watchdog systemd servicepyro-nfvaccess
Due to error in naming this service will not be autoenabled in systems with systemd init manager Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 00842748..a28d4741 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
720 720
721# systemd packages 721# systemd packages
722SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains" 722SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains"
723SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service" 723SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
724SYSTEMD_SERVICE_${PN}-xencommons = " \ 724SYSTEMD_SERVICE_${PN}-xencommons = " \
725 proc-xen.mount \ 725 proc-xen.mount \
726 var-lib-xenstored.mount \ 726 var-lib-xenstored.mount \