From 8b3264687568351532b55a4bfd1e7f57556e5563 Mon Sep 17 00:00:00 2001 From: Bertrand Marquis Date: Thu, 18 Feb 2021 15:05:14 +0000 Subject: xen: Bump SRCREV to 4.14.1 and current master Bump SRCREV version of xen recipes to use the latest 4.14 release (4.14.1) and the current status of master. This allows to remove some patches related to gcc 10 support which have now been merged in Xen. Xen-tools is modified to include the latest tools installed with Xen: - a rename of the bash-completion, - a new xl example, - xen-access, - xen-memshare (only available on x86). A new patch to fix python and pygrub is added as the makefiles have been deeply modified in 4.15 which require a new patch (but doing the same). Signed-off-by: Bertrand Marquis Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-tools.inc | 14 ++++++++++++++ 1 file changed, 14 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 0c69fece..722c5032 100644 --- a/recipes-extended/xen/xen-tools.inc +++ b/recipes-extended/xen/xen-tools.inc @@ -234,6 +234,8 @@ PACKAGES = " \ ${PN}-xl-examples \ ${PN}-xm \ ${PN}-xm-examples \ + ${PN}-xen-access \ + ${PN}-xen-memshare \ " PROVIDES =+ " \ @@ -633,6 +635,7 @@ FILES_${PN}-xen-watchdog = "\ FILES_${PN}-xl = "\ ${sysconfdir}/bash_completion.d/xl.sh \ + ${sysconfdir}/bash_completion.d/xl \ ${sysconfdir}/xen/xl.conf \ ${libdir}/xen/bin/libxl-save-helper \ ${sbindir}/xl \ @@ -642,6 +645,7 @@ FILES_${PN}-xl = "\ FILES_${PN}-xl-examples = "\ ${sysconfdir}/xen/xlexample.hvm \ ${sysconfdir}/xen/xlexample.pvlinux \ + ${sysconfdir}/xen/xlexample.pvhlinux \ " FILES_${PN}-xm-examples = "\ @@ -692,6 +696,16 @@ FILES_${PN}-xendomains += "\ ${sysconfdir}/sysconfig/xendomains \ ${systemd_unitdir}/system/xendomains.service \ " +FILES_${PN}-xen-access += "\ + ${sbindir}/xen-access \ + " + +FILES_${PN}-xen-memshare += "\ + ${sbindir}/xen-memshare \ + " + +# memshare is only built for x86, so allow empty package for other archs +ALLOW_EMPTY_${PN}-xen-memshare = "1" INSANE_SKIP_${PN} = "already-stripped" -- cgit v1.2.3-54-g00ecf