summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-tools_git.bb
diff options
context:
space:
mode:
authorEdward Pickup <edward.pickup@arm.com>2021-10-26 14:32:04 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-02 09:57:03 -0400
commit03689b86cc1b5eb935f5271697336ce5cb6b4e69 (patch)
treeb16f82481ffb6c50b3f5000516afc4f6b2533b41 /recipes-extended/xen/xen-tools_git.bb
parent3bff112a44699e8df63e125580699cc5e288bf0f (diff)
downloadmeta-virtualization-03689b86cc1b5eb935f5271697336ce5cb6b4e69.tar.gz
xen,xen-tools: update xen to new releases
Update the SHA in recipes for xen and xen-tools to use the latest releases; update xen 4.14 to xen 4.14.3 release, update xen 4.15 to 4.15.1 release, and xen 4.16 to the current master version. Add a comment to each recipe indicating which version of Xen is used in recipe. Do not apply patches that have been merged/solved in Xen and remove patch files not needed anymore. Create a test package to pack new tests introduced in 4.16. Add a depencency to util-linux-prlimit, as the xen 4.16 x86 requires prlimit, without this boot of dom0 fails. Signed-off-by: Edward Pickup <Edward.Pickup@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen-tools_git.bb')
-rw-r--r--recipes-extended/xen/xen-tools_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen-tools_git.bb b/recipes-extended/xen/xen-tools_git.bb
index 6926bd9c..8ff9c4c1 100644
--- a/recipes-extended/xen/xen-tools_git.bb
+++ b/recipes-extended/xen/xen-tools_git.bb
@@ -1,4 +1,5 @@
1SRCREV ?= "e680cc48b7184d3489873d6776f84ba1fc238ced" 1# master status on 2020-10-21
2SRCREV ?= "23ec1ebc8acbfd2bf06f6085a776f0db923f9fa9"
2 3
3XEN_REL ?= "4.16" 4XEN_REL ?= "4.16"
4XEN_BRANCH ?= "master" 5XEN_BRANCH ?= "master"
@@ -6,8 +7,6 @@ XEN_BRANCH ?= "master"
6SRC_URI = " \ 7SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ 8 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \ 9 file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
9 file://0001-libs-foreignmemory-Fix-osdep_xenforeignmemory_map-pr.patch \
10 file://0001-x86-work-around-build-issue-with-GNU-ld-2.37.patch \
11 " 10 "
12 11
13LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" 12LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"