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 += "\ ${libdir}/xen/tests/test_vpci \ ${libdir}/xen/tests/test-pdx-offset \ ${libdir}/xen/tests/test-pdx-mask \ + ${libdir}/xen/tests/test-cpu-policy \ + ${libdir}/xen/tests/test-tsx \ " # test-xenstore and test-resource currently only exist in 4.16 @@ -830,6 +832,9 @@ do_install() { ${localstatedir}/lib/xen \ " + # a host tool that is unused + rm -rf ${D}${libdir}/xen/tests/test_x86_emulator + # install volatiles using populate_volatiles mechanism install -d ${D}${sysconfdir}/default/volatiles for i in $VOLATILE_DIRS; do