summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-09-04 23:05:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 08:13:40 +0100
commit2dc78e805d80bdba8710a6a417fc139e884b9ea9 (patch)
tree28f186f70aef4845122be8827d8423b55f4b1445 /meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
parent332b1e21db3e0cbeeb14f12dd6aeedb89b76d761 (diff)
downloadopenembedded-core-contrib-2dc78e805d80bdba8710a6a417fc139e884b9ea9.tar.gz
linux-yocto/5.2: config tweaks and kallsyms fix
Integrating some 5.2 configuration changes (for new board supprt), and the following fix: kallsyms: Don't let kallsyms_lookup_size_offset() fail on retrieving the first symbol With this fix, we no longer see: [ 0.032677] kprobes: failed to populate blacklist: -22 during boot on arm/mips 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.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
index 03525509df..c2193c0c72 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "de3456fa6c9c2bec7ffc907be0d19c0ffb8ef459"
-SRCREV_machine ?= "35276d20c01a78ee3640a074446b0c15c486c5d0"
-SRCREV_meta ?= "552f94eb15525c2be2e56615880f1018c3bfbb8a"
+SRCREV_machine_qemuarm ?= "94d03154067049b417526f46429729d4ba1e09b7"
+SRCREV_machine ?= "8d8bf56b2373bfdb1a9702b96a0e91e6706f62d4"
+SRCREV_meta ?= "a36c82128d9ccec878d1c0c4542b87d6cf5e9a7c"
PV = "${LINUX_VERSION}+git${SRCPV}"