diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-06-29 18:54:47 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-06 16:25:56 -0400 |
commit | 345505989ce65f2486aa3afdf325cc68c28f1d55 (patch) | |
tree | cee861990f2534e506d1c4a21729110d75e848d5 /recipes-extended/xen/xen-tools.inc | |
parent | 8af29790eee317c3b1da3acd87b10659eaa914a7 (diff) | |
download | meta-virtualization-345505989ce65f2486aa3afdf325cc68c28f1d55.tar.gz |
xen, xen-tools: update revision to Xen 4.13
Pull to the current tip of the stable 4.13 branch and apply an upstream
4.14-release-acked patch to xen-tools for a compiler warning in kdd.
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen-tools.inc')
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc index 154e2244..2feed007 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc | |||
@@ -65,6 +65,7 @@ RRECOMMENDS_${PN} = " \ | |||
65 | ${PN}-flask \ | 65 | ${PN}-flask \ |
66 | ${PN}-hvmloader \ | 66 | ${PN}-hvmloader \ |
67 | ${PN}-shim \ | 67 | ${PN}-shim \ |
68 | ${PN}-ucode \ | ||
68 | ${PN}-xenpaging \ | 69 | ${PN}-xenpaging \ |
69 | " | 70 | " |
70 | 71 | ||
@@ -202,6 +203,7 @@ PACKAGES = " \ | |||
202 | ${PN}-scripts-network \ | 203 | ${PN}-scripts-network \ |
203 | ${PN}-shim \ | 204 | ${PN}-shim \ |
204 | ${PN}-staticdev \ | 205 | ${PN}-staticdev \ |
206 | ${PN}-ucode \ | ||
205 | ${PN}-volatiles \ | 207 | ${PN}-volatiles \ |
206 | ${PN}-xcutils \ | 208 | ${PN}-xcutils \ |
207 | ${PN}-xencommons \ | 209 | ${PN}-xencommons \ |
@@ -529,6 +531,10 @@ FILES_${PN}-shim = " \ | |||
529 | ${libdir}/xen/boot/xen-shim \ | 531 | ${libdir}/xen/boot/xen-shim \ |
530 | " | 532 | " |
531 | 533 | ||
534 | FILES_${PN}-ucode = "\ | ||
535 | ${sbindir}/xen-ucode \ | ||
536 | " | ||
537 | |||
532 | FILES_${PN}-volatiles = "\ | 538 | FILES_${PN}-volatiles = "\ |
533 | ${sysconfdir}/default/volatiles/99_xen \ | 539 | ${sysconfdir}/default/volatiles/99_xen \ |
534 | ${sysconfdir}/tmpfiles.d/xen.conf \ | 540 | ${sysconfdir}/tmpfiles.d/xen.conf \ |