summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-20 12:14:32 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-20 12:16:33 -0500
commit4853645ef9fdf207eede6a9a2383195fb324a5e9 (patch)
tree16b3c4f6e17091ccde3fd62295f97cc8571c9ddc /recipes-extended/xen
parent9e30cf30582932c0d42449896b52ba403310fc68 (diff)
downloadmeta-virtualization-4853645ef9fdf207eede6a9a2383195fb324a5e9.tar.gz
xen-tools: move var-lib-xenstored.mount to be version specific
We adjusted xen-tools in 4.17 to account for /var/lib/xenstored not being present, but we didn't apply the same adjustment to the systemd packages. We move the service packaging to the 4.16 versioned recipe, as anything newer than that, won't have the .mount file. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen')
-rw-r--r--recipes-extended/xen/xen-tools.inc1
-rw-r--r--recipes-extended/xen/xen-tools_4.16.bb4
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"
733SYSTEMD_SERVICE:${PN}-xen-watchdog = "xen-watchdog.service" 733SYSTEMD_SERVICE:${PN}-xen-watchdog = "xen-watchdog.service"
734SYSTEMD_SERVICE:${PN}-xencommons = " \ 734SYSTEMD_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
18require xen.inc 18require xen.inc
19require xen-tools.inc 19require xen-tools.inc
20
21SYSTEMD_SERVICE:${PN}-xencommons:append = " \
22 var-lib-xenstored.mount \
23 " \ No newline at end of file