diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2021-07-07 21:32:43 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-14 15:33:10 -0400 |
commit | 4d61693058271667a5f30a92d8f40c96ff1c16ba (patch) | |
tree | 92d639b06f7a70d7980d5bf0a68a00bf843ba81f /recipes-extended/xen/xen_4.14.bb | |
parent | 172d5f47d54c6cea5f3c229fbd078200930fb690 (diff) | |
download | meta-virtualization-4d61693058271667a5f30a92d8f40c96ff1c16ba.tar.gz |
xen, xen-tools: apply upstream fixes for gcc11 compilation
Apply patches for the tools and hypervisor to Xen 4.15 and the git
recipe and uprev Xen 4.14 to latest stable revision.
Retire the previous -Wno-vla-parameter workaround.
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen_4.14.bb b/recipes-extended/xen/xen_4.14.bb index 653e3b63..0dd9d3c2 100644 --- a/recipes-extended/xen/xen_4.14.bb +++ b/recipes-extended/xen/xen_4.14.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV ?= "ad844aa352559a8b1f36e391a27d9d7dbddbdc36" | 1 | SRCREV ?= "b6a8c4f72def4d1135ff42660a86276ce2565c8c" |
2 | 2 | ||
3 | XEN_REL ?= "4.14" | 3 | XEN_REL ?= "4.14" |
4 | XEN_BRANCH ?= "stable-${XEN_REL}" | 4 | XEN_BRANCH ?= "stable-${XEN_REL}" |