summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
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 /recipes-extended/xen/xen_git.bb
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 'recipes-extended/xen/xen_git.bb')
-rw-r--r--recipes-extended/xen/xen_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index 2fbfb548..ebd1b76f 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,7 +1,7 @@
1# master status on 2022-03-08 1# master status on 2022-04-05
2SRCREV ?= "9d4a44380d273de22d5753883cbf5581795ff24d" 2SRCREV ?= "14dd241aad8af447680ac73e8579990e2c09c1e7"
3 3
4XEN_REL ?= "4.16" 4XEN_REL ?= "4.17"
5XEN_BRANCH ?= "master" 5XEN_BRANCH ?= "master"
6 6
7SRC_URI = " \ 7SRC_URI = " \