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_4.14.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_4.14.bb')
-rw-r--r-- | recipes-extended/xen/xen_4.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen_4.14.bb b/recipes-extended/xen/xen_4.14.bb index 291ba165..0d7d20bf 100644 --- a/recipes-extended/xen/xen_4.14.bb +++ b/recipes-extended/xen/xen_4.14.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SRCREV ?= "b6a8c4f72def4d1135ff42660a86276ce2565c8c" | 1 | # 4.14.3 release SHA |
2 | SRCREV ?= "9f2b6c5ec2ded4c1caf149743e862c5f15d6d083" | ||
2 | 3 | ||
3 | XEN_REL ?= "4.14" | 4 | XEN_REL ?= "4.14" |
4 | XEN_BRANCH ?= "stable-${XEN_REL}" | 5 | XEN_BRANCH ?= "stable-${XEN_REL}" |
@@ -7,7 +8,6 @@ SRC_URI = " \ | |||
7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | 8 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ |
8 | file://xen-arm64-implement-atomic-fetch-add.patch \ | 9 | file://xen-arm64-implement-atomic-fetch-add.patch \ |
9 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ | 10 | file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ |
10 | file://0001-x86-work-around-build-issue-with-GNU-ld-2.37.patch \ | ||
11 | " | 11 | " |
12 | 12 | ||
13 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | 13 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" |