summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-08-24 15:00:40 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 01:00:20 +0100
commit57ffe4d073d27f410dbf0ac57ff6e4dcea8ab1e4 (patch)
treec160cad34c1c166e1fd21d7a84e943277ac6163e /meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
parent0ebbcbefc8c1a6731b81b7f1aba695a3665a256e (diff)
downloadopenembedded-core-contrib-57ffe4d073d27f410dbf0ac57ff6e4dcea8ab1e4.tar.gz
linux-yocto/5.8: selftests/bpf: Prevent runqslower from racing on building bpftool
Integrating the following commit(s) to linux-yocto/5.8: 912adf166eb0 selftests/bpf: Prevent runqslower from racing on building bpftool 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.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
index ed07f6d9d7..847b2623d6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "01ca9ab2d6cb0de4425d9dfca99dff30653083d9"
-SRCREV_machine ?= "5d66d1a67c8d654fa400f476daefbf2acd3a99f3"
+SRCREV_machine_qemuarm ?= "a463c9ee9da138e9fd6f602b5a18352ddd241fbd"
+SRCREV_machine ?= "912adf166eb0688e011154048f5fa0e5863249c3"
SRCREV_meta ?= "2f9b296099dc534d1c9909f34b1090d8d2280c9b"
PV = "${LINUX_VERSION}+git${SRCPV}"