summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-02-02 22:24:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-03 21:45:49 +0000
commit5d248cfc91e9a09947f21c2eb7f87cb9bf2760b3 (patch)
treec66b3d781f8cfe3fa58ad630a342beb0ffe486ee /meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
parent2e3f481ef92dcb5fa58a9627f267e204d664c6f9 (diff)
downloadpoky-5d248cfc91e9a09947f21c2eb7f87cb9bf2760b3.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index 9fef2a8bdc..9c0ac98a94 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "ca3786c50e12f8ef14c41ea956ff1dbd66297a55" 18SRCREV_machine_qemuarm ?= "acfa890cd51fe66cdcee10c0eb031a07da423a3c"
19SRCREV_machine ?= "34f8d41f5b524218a7421510c7251b856e1dcfb9" 19SRCREV_machine ?= "cdca78778415b4b3bd64e8390ee8adf04bf7e17a"
20SRCREV_meta ?= "5833ca701711d487c9094bd1efc671e8ef7d001e" 20SRCREV_meta ?= "5833ca701711d487c9094bd1efc671e8ef7d001e"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"