Newer XTF revision works around GCC 11.1 issue 99578 and supplying the correct linker to use fixes the build.
Signed-off-by: Christopher Clark <[email protected]> --- recipes-extended/xen/xtf_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-extended/xen/xtf_git.bb index 3580324..bf7470e 100644 --- a/recipes-extended/xen/xtf_git.bb +++ b/recipes-extended/xen/xtf_git.bb @@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" # https://static.sched.com/hosted_files/xendeveloperanddesignsummit2017/79/xtf.pdf SRC_URI = "git://xenbits.xen.org/xtf" -SRCREV = "b0bc49846c154b79243f39d461a4515804bcaf53" +SRCREV = "3e800027016ea4eb19887bf626b46f45fc43fa5d" COMPATIBLE_HOST = '(x86_64.*).*-linux' @@ -32,6 +32,7 @@ RDEPENDS_${PN} = " \ do_compile() { oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \ CPP="${CPP}" \ + LD="${LD}" \ OBJCOPY="${OBJCOPY}" \ PYTHON="${PYTHON}" # switch the shebang to python3 -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6600): https://lists.yoctoproject.org/g/meta-virtualization/message/6600 Mute This Topic: https://lists.yoctoproject.org/mt/83930810/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
