summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Orzel <michal.orzel@amd.com>2023-11-27 11:38:11 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-12-04 20:34:05 +0000
commit380475e793733d5bb35752e1062372c0c865a133 (patch)
tree95ee352c1b06ac497689a83f77f33854990b5621
parent4372c0ebd99069a5bef99f00ad105bbd35ba3ec2 (diff)
downloadmeta-virtualization-380475e793733d5bb35752e1062372c0c865a133.tar.gz
xen: Set XEN_REL to 4.19 for dev recipes
SRCREV recently updated by commit e3bae02214 ("xen/git: update to latest") points to 4.18 while in fact it refers to 4.19 development version. Fix it. Also, take the opportunity to update master tools recipe to point to the same SHA. Signed-off-by: Michal Orzel <michal.orzel@amd.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/xen_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index 784e71ce..1a1ebb78 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,7 +1,7 @@
1# master status on 2023-11-24 1# master status on 2023-11-24
2SRCREV ?= "f96e2f64576cdbb147391c7cb399d393385719a9" 2SRCREV ?= "f96e2f64576cdbb147391c7cb399d393385719a9"
3 3
4XEN_REL ?= "4.18" 4XEN_REL ?= "4.19"
5XEN_BRANCH ?= "master" 5XEN_BRANCH ?= "master"
6 6
7SRC_URI = " \ 7SRC_URI = " \