diff options
author | Bertrand Marquis <bertrand.marquis@arm.com> | 2021-02-18 15:05:14 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-04 22:40:57 -0500 |
commit | 8b3264687568351532b55a4bfd1e7f57556e5563 (patch) | |
tree | 9174c15bcaef80e0cd51733c1dbd7d37f86123f5 /recipes-extended/xen/xen-tools_4.14.bb | |
parent | b3b655cd6758ccce49d68c019f082e93504a4be2 (diff) | |
download | meta-virtualization-8b3264687568351532b55a4bfd1e7f57556e5563.tar.gz |
xen: Bump SRCREV to 4.14.1 and current master
Bump SRCREV version of xen recipes to use the latest 4.14 release
(4.14.1) and the current status of master.
This allows to remove some patches related to gcc 10 support which have
now been merged in Xen.
Xen-tools is modified to include the latest tools installed with Xen:
- a rename of the bash-completion,
- a new xl example,
- xen-access,
- xen-memshare (only available on x86).
A new patch to fix python and pygrub is added as the makefiles have been
deeply modified in 4.15 which require a new patch (but doing the same).
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen-tools_4.14.bb')
-rw-r--r-- | recipes-extended/xen/xen-tools_4.14.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen-tools_4.14.bb b/recipes-extended/xen/xen-tools_4.14.bb index 73a52bc5..a79b41d9 100644 --- a/recipes-extended/xen/xen-tools_4.14.bb +++ b/recipes-extended/xen/xen-tools_4.14.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV ?= "456957aaa1391e0dfa969e2dd97b87c51a79444e" | 1 | SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36" |
2 | 2 | ||
3 | XEN_REL ?= "4.14" | 3 | XEN_REL ?= "4.14" |
4 | XEN_BRANCH ?= "stable-${XEN_REL}" | 4 | XEN_BRANCH ?= "stable-${XEN_REL}" |
@@ -6,8 +6,6 @@ XEN_BRANCH ?= "stable-${XEN_REL}" | |||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ | 7 | git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ |
8 | file://0001-python-pygrub-pass-DISTUTILS-xen-4.14.patch \ | 8 | file://0001-python-pygrub-pass-DISTUTILS-xen-4.14.patch \ |
9 | file://0001-xen-build-temporarily-inhibit-Werror-4.14.patch \ | ||
10 | file://0001-tools-xenpmd-Fix-gcc10-snprintf-warning.patch \ | ||
11 | " | 9 | " |
12 | 10 | ||
13 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" | 11 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" |