summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMichal Orzel <michal.orzel@arm.com>2022-04-19 11:07:12 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-04-20 14:09:23 -0400
commit265518e6899726a47bb150f248a18d56dfbbffdf (patch)
tree5e90282ce2cbb6e2f12f36094e63ead5059e84c9 /conf
parentaa4ebb5dadc11ceb510dbc652d729ed6ff024713 (diff)
downloadmeta-virtualization-265518e6899726a47bb150f248a18d56dfbbffdf.tar.gz
xen: Add recipes for stable Xen 4.16 release and update master
Add recipes for Xen 4.16 release as, according to the documentation we shall have recipes for the latest stable major version of Xen before the next Yocto release. Bump PREFERED_VERSION to 4.16 as well. Take the opportunity to update SRCREV of xen recipes for master and bump XEN_REL version to 4.17 as this is the current development version. Signed-off-by: Michal Orzel <michal.orzel@arm.com> Reviewed-by: Christopher Clark <christopher.w.clark@gmail.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/meta-virt-default-versions.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/meta-virt-default-versions.inc b/conf/distro/include/meta-virt-default-versions.inc
index 8a2db702..b2ce0210 100644
--- a/conf/distro/include/meta-virt-default-versions.inc
+++ b/conf/distro/include/meta-virt-default-versions.inc
@@ -1,4 +1,4 @@
1# Meta-virtuailization PREFERED_VERSION 1# Meta-virtuailization PREFERED_VERSION
2 2
3PREFERRED_VERSION_xen ?= "4.15+stable%" 3PREFERRED_VERSION_xen ?= "4.16+stable%"
4PREFERRED_VERSION_xen-tools ?= "4.15+stable%" 4PREFERRED_VERSION_xen-tools ?= "4.16+stable%"