diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 3d5f4b9e..4833c9e7 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -87,6 +87,10 @@ RRECOMMENDS_${PN}-base = " \ | |||
87 | ${PN}-xenpaging \ | 87 | ${PN}-xenpaging \ |
88 | " | 88 | " |
89 | 89 | ||
90 | RDEPENDS_${PN}-devd = " \ | ||
91 | ${PN}-xl \ | ||
92 | " | ||
93 | |||
90 | RDEPENDS_${PN}-fsimage = " \ | 94 | RDEPENDS_${PN}-fsimage = " \ |
91 | libext2fs \ | 95 | libext2fs \ |
92 | " | 96 | " |
@@ -328,6 +332,10 @@ FILES_${PN}-console = "\ | |||
328 | ${sbindir}/xenconsoled \ | 332 | ${sbindir}/xenconsoled \ |
329 | " | 333 | " |
330 | 334 | ||
335 | FILES_${PN}-devd = "\ | ||
336 | ${sysconfdir}/init.d/xendriverdomain \ | ||
337 | " | ||
338 | |||
331 | FILES_${PN}-flask = "\ | 339 | FILES_${PN}-flask = "\ |
332 | ${sbindir}/flask-get-bool \ | 340 | ${sbindir}/flask-get-bool \ |
333 | ${sbindir}/flask-getenforce \ | 341 | ${sbindir}/flask-getenforce \ |
@@ -648,7 +656,7 @@ FILES_${PN}-xendomains += "\ | |||
648 | " | 656 | " |
649 | 657 | ||
650 | # configure init.d scripts | 658 | # configure init.d scripts |
651 | INITSCRIPT_PACKAGES = "${PN}-xend ${PN}-xencommons ${PN}-xen-watchdog ${PN}-xendomains" | 659 | INITSCRIPT_PACKAGES = "${PN}-xend ${PN}-xencommons ${PN}-xen-watchdog ${PN}-xendomains ${PN}-devd" |
652 | INITSCRIPT_NAME_${PN}-xencommons = "xencommons" | 660 | INITSCRIPT_NAME_${PN}-xencommons = "xencommons" |
653 | INITSCRIPT_PARAMS_${PN}-xencommons = "defaults 80" | 661 | INITSCRIPT_PARAMS_${PN}-xencommons = "defaults 80" |
654 | INITSCRIPT_NAME_${PN}-xen-watchdog = "xen-watchdog" | 662 | INITSCRIPT_NAME_${PN}-xen-watchdog = "xen-watchdog" |
@@ -657,6 +665,8 @@ INITSCRIPT_NAME_${PN}-xend = "xend" | |||
657 | INITSCRIPT_PARAMS_${PN}-xend = "defaults 82" | 665 | INITSCRIPT_PARAMS_${PN}-xend = "defaults 82" |
658 | INITSCRIPT_NAME_${PN}-xendomains = "xendomains" | 666 | INITSCRIPT_NAME_${PN}-xendomains = "xendomains" |
659 | INITSCRIPT_PARAMS_${PN}-xendomains = "defaults 83" | 667 | INITSCRIPT_PARAMS_${PN}-xendomains = "defaults 83" |
668 | INITSCRIPT_NAME_${PN}-devd = "xendriverdomain" | ||
669 | INITSCRIPT_PARAMS_${PN}-devd = "defaults 82" | ||
660 | 670 | ||
661 | # systemd packages | 671 | # systemd packages |
662 | SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains" | 672 | SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains" |