diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2016-12-18 10:44:54 -0600 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-18 22:47:06 -0500 |
commit | 67c31a3f5c12bc035b5caa5bf81986363e83fdec (patch) | |
tree | 5ca3d3bc88519ec7984f8eb8fa8f5135c79528a6 | |
parent | ee92971e6e6431c65622f7655999859e722ba325 (diff) | |
download | meta-virtualization-67c31a3f5c12bc035b5caa5bf81986363e83fdec.tar.gz |
xen: add extra generated file to package
xenstore is no longer launched by xencommons directly. Instead its
launched indirectly via the launch-xenstore script to allow users to
switch between xenstore running in a stubdom or within dom0 easily.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/xen/xen.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index e911415c..429a05a9 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -679,6 +679,7 @@ FILES_${PN}-xm = "\ | |||
679 | FILES_${PN}-xencommons += "\ | 679 | FILES_${PN}-xencommons += "\ |
680 | ${sysconfdir}/default/xencommons \ | 680 | ${sysconfdir}/default/xencommons \ |
681 | ${sysconfdir}/init.d/xencommons \ | 681 | ${sysconfdir}/init.d/xencommons \ |
682 | ${sysconfdir}/xen/scripts/launch-xenstore \ | ||
682 | ${systemd_unitdir}/modules-load.d/xen.conf \ | 683 | ${systemd_unitdir}/modules-load.d/xen.conf \ |
683 | ${systemd_unitdir}/system/proc-xen.mount \ | 684 | ${systemd_unitdir}/system/proc-xen.mount \ |
684 | ${systemd_unitdir}/system/xen-qemu-dom0-disk-backend.service \ | 685 | ${systemd_unitdir}/system/xen-qemu-dom0-disk-backend.service \ |