summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.14.bb
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2021-08-23 22:10:27 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-27 10:50:45 -0400
commitc8e57e4f22b299c1eb65ade4f2a3f43102c3c735 (patch)
tree6be5afa8d0240fe76b942dde658763ecedcb2103 /recipes-extended/xen/xen_4.14.bb
parente9fa487c3bca947ecbe3a34d0cc4896ba7591d32 (diff)
downloadmeta-virtualization-c8e57e4f22b299c1eb65ade4f2a3f43102c3c735.tar.gz
xen, xen-tools: apply workaround for gnu linker error to fix x86 build
Upstream patch applied to each Xen and Xen tools recipe to fix the build of the hypervisor and shim with GNU linker 2.37. 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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.14.bb b/recipes-extended/xen/xen_4.14.bb
index 0dd9d3c2..291ba165 100644
--- a/recipes-extended/xen/xen_4.14.bb
+++ b/recipes-extended/xen/xen_4.14.bb
@@ -7,6 +7,7 @@ SRC_URI = " \
7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ 7 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
8 file://xen-arm64-implement-atomic-fetch-add.patch \ 8 file://xen-arm64-implement-atomic-fetch-add.patch \
9 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ 9 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 \
10 " 11 "
11 12
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" 13LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"