diff options
author | Edward Pickup <edward.pickup@arm.com> | 2021-10-26 14:32:04 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-02 09:57:03 -0400 |
commit | 03689b86cc1b5eb935f5271697336ce5cb6b4e69 (patch) | |
tree | b16f82481ffb6c50b3f5000516afc4f6b2533b41 /recipes-extended/xen/xen-tools_git.bb | |
parent | 3bff112a44699e8df63e125580699cc5e288bf0f (diff) | |
download | meta-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.bb | 5 |
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 @@ | |||
1 | SRCREV ?= "e680cc48b7184d3489873d6776f84ba1fc238ced" | 1 | # master status on 2020-10-21 |
2 | SRCREV ?= "23ec1ebc8acbfd2bf06f6085a776f0db923f9fa9" | ||
2 | 3 | ||
3 | XEN_REL ?= "4.16" | 4 | XEN_REL ?= "4.16" |
4 | XEN_BRANCH ?= "master" | 5 | XEN_BRANCH ?= "master" |
@@ -6,8 +7,6 @@ XEN_BRANCH ?= "master" | |||
6 | SRC_URI = " \ | 7 | SRC_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 | ||
13 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | 12 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" |