Hi Christopher, On 2 Jul 2021, at 01:32, Christopher Clark <[email protected]<mailto:[email protected]>> wrote:
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]<mailto:[email protected]>> Reviewed-by: Bertrand Marquis <[email protected]<mailto:[email protected]>> It is properly compiling with master of everything. Cheers Bertrand --- 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 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6606): https://lists.yoctoproject.org/g/meta-virtualization/message/6606 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]] -=-=-=-=-=-=-=-=-=-=-=-
