From 4853645ef9fdf207eede6a9a2383195fb324a5e9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 20 Jan 2023 12:14:32 -0500 Subject: 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 --- recipes-extended/xen/xen-tools.inc | 1 - recipes-extended/xen/xen-tools_4.16.bb | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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" SYSTEMD_SERVICE:${PN}-xen-watchdog = "xen-watchdog.service" SYSTEMD_SERVICE:${PN}-xencommons = " \ proc-xen.mount \ - var-lib-xenstored.mount \ xen-qemu-dom0-disk-backend.service \ xenconsoled.service \ 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" require xen.inc require xen-tools.inc + +SYSTEMD_SERVICE:${PN}-xencommons:append = " \ + var-lib-xenstored.mount \ + " \ No newline at end of file -- cgit v1.2.3-54-g00ecf