summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen-tools.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc
index 93fcae0b..828fd49e 100644
--- a/recipes-extended/xen/xen-tools.inc
+++ b/recipes-extended/xen/xen-tools.inc
@@ -735,6 +735,8 @@ FILES:${PN}-test += "\
735 ${libdir}/xen/tests/test_vpci \ 735 ${libdir}/xen/tests/test_vpci \
736 ${libdir}/xen/tests/test-pdx-offset \ 736 ${libdir}/xen/tests/test-pdx-offset \
737 ${libdir}/xen/tests/test-pdx-mask \ 737 ${libdir}/xen/tests/test-pdx-mask \
738 ${libdir}/xen/tests/test-cpu-policy \
739 ${libdir}/xen/tests/test-tsx \
738 " 740 "
739 741
740# test-xenstore and test-resource currently only exist in 4.16 742# test-xenstore and test-resource currently only exist in 4.16
@@ -830,6 +832,9 @@ do_install() {
830 ${localstatedir}/lib/xen \ 832 ${localstatedir}/lib/xen \
831 " 833 "
832 834
835 # a host tool that is unused
836 rm -rf ${D}${libdir}/xen/tests/test_x86_emulator
837
833 # install volatiles using populate_volatiles mechanism 838 # install volatiles using populate_volatiles mechanism
834 install -d ${D}${sysconfdir}/default/volatiles 839 install -d ${D}${sysconfdir}/default/volatiles
835 for i in $VOLATILE_DIRS; do 840 for i in $VOLATILE_DIRS; do