mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
9e30cf3058
commit
4853645ef9
|
@ -733,7 +733,6 @@ SYSTEMD_SERVICE:${PN}-devd = "xendriverdomain.service"
|
||||||
SYSTEMD_SERVICE:${PN}-xen-watchdog = "xen-watchdog.service"
|
SYSTEMD_SERVICE:${PN}-xen-watchdog = "xen-watchdog.service"
|
||||||
SYSTEMD_SERVICE:${PN}-xencommons = " \
|
SYSTEMD_SERVICE:${PN}-xencommons = " \
|
||||||
proc-xen.mount \
|
proc-xen.mount \
|
||||||
var-lib-xenstored.mount \
|
|
||||||
xen-qemu-dom0-disk-backend.service \
|
xen-qemu-dom0-disk-backend.service \
|
||||||
xenconsoled.service \
|
xenconsoled.service \
|
||||||
xen-init-dom0.service \
|
xen-init-dom0.service \
|
||||||
|
|
|
@ -17,3 +17,7 @@ S = "${WORKDIR}/git"
|
||||||
|
|
||||||
require xen.inc
|
require xen.inc
|
||||||
require xen-tools.inc
|
require xen-tools.inc
|
||||||
|
|
||||||
|
SYSTEMD_SERVICE:${PN}-xencommons:append = " \
|
||||||
|
var-lib-xenstored.mount \
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user