From 345505989ce65f2486aa3afdf325cc68c28f1d55 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Mon, 29 Jun 2020 18:54:47 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-tools.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes-extended/xen/xen-tools.inc') 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} = " \ ${PN}-flask \ ${PN}-hvmloader \ ${PN}-shim \ + ${PN}-ucode \ ${PN}-xenpaging \ " @@ -202,6 +203,7 @@ PACKAGES = " \ ${PN}-scripts-network \ ${PN}-shim \ ${PN}-staticdev \ + ${PN}-ucode \ ${PN}-volatiles \ ${PN}-xcutils \ ${PN}-xencommons \ @@ -529,6 +531,10 @@ FILES_${PN}-shim = " \ ${libdir}/xen/boot/xen-shim \ " +FILES_${PN}-ucode = "\ + ${sbindir}/xen-ucode \ + " + FILES_${PN}-volatiles = "\ ${sysconfdir}/default/volatiles/99_xen \ ${sysconfdir}/tmpfiles.d/xen.conf \ -- cgit v1.2.3-54-g00ecf