diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-27 15:26:39 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-09-27 15:27:48 +0000 |
commit | e5878c864aacd24fe8f09ab7221f0ada13cd22d3 (patch) | |
tree | 058e25540c5853597f5c00509d94e2469559102b | |
parent | 9d42883b978cd896051f5553a35c06a3fcd277a2 (diff) | |
download | meta-virtualization-e5878c864aacd24fe8f09ab7221f0ada13cd22d3.tar.gz |
xen: port xen-tools.inc from master
The cherry-pick of xen-4.19 from master missed the xen-tools.inc
file.
This results in 9p not being packaged and a QA error during the
build.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index 5f010a5d..72d0b377 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
@@ -213,6 +213,7 @@ PACKAGES = " \ | |||
213 | ${PN}-test \ | 213 | ${PN}-test \ |
214 | ${PN}-xen-vmtrace \ | 214 | ${PN}-xen-vmtrace \ |
215 | ${PN}-xen-mceinj \ | 215 | ${PN}-xen-mceinj \ |
216 | ${PN}-xen-9pfsd \ | ||
216 | " | 217 | " |
217 | 218 | ||
218 | PROVIDES =+ " \ | 219 | PROVIDES =+ " \ |
@@ -594,6 +595,12 @@ FILES:${PN}-xenstored = "\ | |||
594 | ${localstatedir}/lib/xenstored \ | 595 | ${localstatedir}/lib/xenstored \ |
595 | " | 596 | " |
596 | 597 | ||
598 | FILES:${PN}-xen-9pfsd = "\ | ||
599 | ${libdir}/xen/bin/xen-9pfsd \ | ||
600 | " | ||
601 | # 9pfsd is only on xen-4.19+ | ||
602 | ALLOW_EMPTY:${PN}-xen-9pfsd = "1" | ||
603 | |||
597 | FILES:${PN}-xentrace = "\ | 604 | FILES:${PN}-xentrace = "\ |
598 | ${bindir}/xentrace \ | 605 | ${bindir}/xentrace \ |
599 | ${bindir}/xentrace_setsize \ | 606 | ${bindir}/xentrace_setsize \ |