summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-08-03 08:30:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-12 10:53:46 +0100
commit650e5937d1e8bae2b4d72fb7942f2644eb41a31d (patch)
tree7a7206d316ec660dc9ad6f33daffa5a51dd1ff1f /meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
parent0fbd3c17e20ff5712bd3b345b5042e95256e172f (diff)
downloadpoky-650e5937d1e8bae2b4d72fb7942f2644eb41a31d.tar.gz
linux-yocto/5.4: fix perf build with binutils 2.35
Integrating the following commit(s) to linux-yocto/5.4: 1fe4ee7f680c libtraceevent: Fix build with binutils 2.35 (From OE-Core rev: baa5713a04a6715ddbb0be5e05f371266d943169) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 69faa62d840330f573101245e0aa3fed17984b70) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index e126968373..62e413e902 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.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 ?= "1930155dd075918f317d00ce6b190306ebf3a794" 18SRCREV_machine_qemuarm ?= "a64c0668d850dcd447004c41347497a4ff814476"
19SRCREV_machine ?= "ca698a8d9c4af186ffac417a3632351bac498971" 19SRCREV_machine ?= "1fe4ee7f680c3f69f620d68a5d2f7341e8db693b"
20SRCREV_meta ?= "021a303c35cbd79f67666a8d4c4487751f96cbce" 20SRCREV_meta ?= "021a303c35cbd79f67666a8d4c4487751f96cbce"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"