diff options
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 1 | ||||
-rw-r--r-- | recipes-extended/xen/xen-tools_4.16.bb | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index 95da2bfb..fcca3912 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
@@ -733,7 +733,6 @@ SYSTEMD_SERVICE:${PN}-devd = "xendriverdomain.service" | |||
733 | SYSTEMD_SERVICE:${PN}-xen-watchdog = "xen-watchdog.service" | 733 | SYSTEMD_SERVICE:${PN}-xen-watchdog = "xen-watchdog.service" |
734 | SYSTEMD_SERVICE:${PN}-xencommons = " \ | 734 | SYSTEMD_SERVICE:${PN}-xencommons = " \ |
735 | proc-xen.mount \ | 735 | proc-xen.mount \ |
736 | var-lib-xenstored.mount \ | ||
737 | xen-qemu-dom0-disk-backend.service \ | 736 | xen-qemu-dom0-disk-backend.service \ |
738 | xenconsoled.service \ | 737 | xenconsoled.service \ |
739 | xen-init-dom0.service \ | 738 | xen-init-dom0.service \ |
diff --git a/recipes-extended/xen/xen-tools_4.16.bb b/recipes-extended/xen/xen-tools_4.16.bb index b5e555e6..386e7dcf 100644 --- a/recipes-extended/xen/xen-tools_4.16.bb +++ b/recipes-extended/xen/xen-tools_4.16.bb | |||
@@ -17,3 +17,7 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | require xen.inc | 18 | require xen.inc |
19 | require xen-tools.inc | 19 | require xen-tools.inc |
20 | |||
21 | SYSTEMD_SERVICE:${PN}-xencommons:append = " \ | ||
22 | var-lib-xenstored.mount \ | ||
23 | " \ No newline at end of file | ||