1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

linux-yocto/5.10: binutils 2.36 fixes

Integrating the following commit(s) to linux-yocto/5.10:

    cdca78778415 objtool: Fix seg fault with Clang non-section symbols
    d3287798bd88 x86/entry: Emit a symbol for register restoring thunk

With these, build issues with binutils 2.36 are resolved

(From OE-Core rev: faace9b72adb17593323b7f39fa95e89d361ef57)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2021-02-02 22:24:06 -05:00
committed by Richard Purdie
parent 2e3f481ef9
commit 5d248cfc91
3 changed files with 12 additions and 12 deletions
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "ca3786c50e12f8ef14c41ea956ff1dbd66297a55"
SRCREV_machine ?= "34f8d41f5b524218a7421510c7251b856e1dcfb9"
SRCREV_machine_qemuarm ?= "acfa890cd51fe66cdcee10c0eb031a07da423a3c"
SRCREV_machine ?= "cdca78778415b4b3bd64e8390ee8adf04bf7e17a"
SRCREV_meta ?= "5833ca701711d487c9094bd1efc671e8ef7d001e"
PV = "${LINUX_VERSION}+git${SRCPV}"