diff options
Diffstat (limited to 'recipes-extended/xen/xen-tools.inc')
| -rw-r--r-- | recipes-extended/xen/xen-tools.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index 614f557c..d831941f 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
| @@ -102,6 +102,7 @@ RSUGGESTS:${PN}-xencov = "${PN}-xencov-split" | |||
| 102 | 102 | ||
| 103 | RDEPENDS:${PN}-xencommons = "\ | 103 | RDEPENDS:${PN}-xencommons = "\ |
| 104 | bash \ | 104 | bash \ |
| 105 | util-linux-prlimit \ | ||
| 105 | ${PN}-console \ | 106 | ${PN}-console \ |
| 106 | ${PN}-xenstore \ | 107 | ${PN}-xenstore \ |
| 107 | virtual/xenstored \ | 108 | virtual/xenstored \ |
| @@ -213,6 +214,9 @@ PACKAGES = " \ | |||
| 213 | ${PN}-xm-examples \ | 214 | ${PN}-xm-examples \ |
| 214 | ${PN}-xen-access \ | 215 | ${PN}-xen-access \ |
| 215 | ${PN}-xen-memshare \ | 216 | ${PN}-xen-memshare \ |
| 217 | ${PN}-test \ | ||
| 218 | ${PN}-xen-vmtrace \ | ||
| 219 | ${PN}-xen-mceinj \ | ||
| 216 | " | 220 | " |
| 217 | 221 | ||
| 218 | PROVIDES =+ " \ | 222 | PROVIDES =+ " \ |
| @@ -684,6 +688,31 @@ FILES:${PN}-xen-memshare += "\ | |||
| 684 | # memshare is only built for x86, so allow empty package for other archs | 688 | # memshare is only built for x86, so allow empty package for other archs |
| 685 | ALLOW_EMPTY:${PN}-xen-memshare = "1" | 689 | ALLOW_EMPTY:${PN}-xen-memshare = "1" |
| 686 | 690 | ||
| 691 | FILES:${PN}-test += "\ | ||
| 692 | ${libdir}/xen/bin/test-xenstore \ | ||
| 693 | ${libdir}/xen/bin/test-resource \ | ||
| 694 | ${libdir}/xen/bin/test-cpu-policy \ | ||
| 695 | ${libdir}/xen/bin/test-tsx \ | ||
| 696 | " | ||
| 697 | |||
| 698 | # test-xenstore and test-resource currently only exist in 4.16 | ||
| 699 | # test-cpu-policy and test-tsx only exist in 4.16 for x86 | ||
| 700 | ALLOW_EMPTY:${PN}-test = "1" | ||
| 701 | |||
| 702 | FILES:${PN}-xen-mceinj +="\ | ||
| 703 | ${sbindir}/xen-mceinj \ | ||
| 704 | " | ||
| 705 | |||
| 706 | # xen-mceinj is only built for x86 4.16, so allow empty package | ||
| 707 | ALLOW_EMPTY:${PN}-xen-mceinj = "1" | ||
| 708 | |||
| 709 | FILES:${PN}-xen-vmtrace +="\ | ||
| 710 | ${sbindir}/xen-vmtrace \ | ||
| 711 | " | ||
| 712 | |||
| 713 | # xen-vmtrace is only built for x86 4.16, so allow empty package | ||
| 714 | ALLOW_EMPTY:${PN}-xen-vmtrace = "1" | ||
| 715 | |||
| 687 | INSANE_SKIP:${PN} = "already-stripped" | 716 | INSANE_SKIP:${PN} = "already-stripped" |
| 688 | 717 | ||
| 689 | # configure init.d scripts | 718 | # configure init.d scripts |
