summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_git.bb
diff options
context:
space:
mode:
authorMichal Orzel <michal.orzel@amd.com>2023-01-06 15:46:29 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-10 13:58:07 -0500
commit3581dd56aa97ae17b480692aeb733ca0d1fa0eec (patch)
treeec7aa8081b5b99ecb257a4d5d2a17b3940a91b40 /recipes-extended/xen/xen_git.bb
parent7da4dbde60eb6d17d39da61bbc20c2682987507f (diff)
downloadmeta-virtualization-3581dd56aa97ae17b480692aeb733ca0d1fa0eec.tar.gz
xen: Add recipes for stable Xen 4.17 release and update master
Add recipes for xen and tools for the newly released 4.17 version and take the opportunity to update master recipes. Reflect 4.17 tools changes in xen-tools.inc: - add test-paging-mempool to test package, - add init-dom0less script to xl package, - add localstatedir to xencommons package (this is needed as from 4.17 onwards, there is no /var/lib/xenstored resulting in /var being installed but not shipped in any package). Reviewed-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Michal Orzel <michal.orzel@amd.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.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/xen/xen_git.bb b/recipes-extended/xen/xen_git.bb
index ebd1b76f..21384244 100644
--- a/recipes-extended/xen/xen_git.bb
+++ b/recipes-extended/xen/xen_git.bb
@@ -1,7 +1,7 @@
1# master status on 2022-04-05 1# master status on 2022-12-29
2SRCREV ?= "14dd241aad8af447680ac73e8579990e2c09c1e7" 2SRCREV ?= "7eef80e06ed2282bbcec3619d860c6aacb0515d8"
3 3
4XEN_REL ?= "4.17" 4XEN_REL ?= "4.18"
5XEN_BRANCH ?= "master" 5XEN_BRANCH ?= "master"
6 6
7SRC_URI = " \ 7SRC_URI = " \
@@ -9,7 +9,7 @@ SRC_URI = " \
9 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ 9 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
10 " 10 "
11 11
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" 12LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
13 13
14PV = "${XEN_REL}+git${SRCPV}" 14PV = "${XEN_REL}+git${SRCPV}"
15 15