summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen_4.21.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-03 18:12:09 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-03 18:12:09 +0000
commita1e1a021b49f5257d8908aa9b8c2ee9c083e674c (patch)
tree93ef124e1b628ee20eeafa085adb154385d41c8e /recipes-extended/xen/xen_4.21.bb
parenta37eb96a8f0c3cfe375bc7528a105c92a5ff3af5 (diff)
downloadmeta-virtualization-a1e1a021b49f5257d8908aa9b8c2ee9c083e674c.tar.gz
xen/4.21: fix arm64 build with the most recent binutils
The upgrade of binutils in OE core broke the xen build on arm64 due to unsupported instructions. We cherry-pick a patch from xen master to fix the issue. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen_4.21.bb')
-rw-r--r--recipes-extended/xen/xen_4.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen_4.21.bb b/recipes-extended/xen/xen_4.21.bb
index 7148a17e..4c0b1581 100644
--- a/recipes-extended/xen/xen_4.21.bb
+++ b/recipes-extended/xen/xen_4.21.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://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ 8 file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \
9 file://0001-libxl_nocpuid-fix-build-error.patch \ 9 file://0001-libxl_nocpuid-fix-build-error.patch \
10 file://0001-ARM-Drop-ThumbEE-support.patch \
10 " 11 "
11 12
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" 13LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"