From 8ee272e6fdbc65097a3aa3e2456598dd089793eb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Mar 2020 19:05:00 -0400 Subject: linux-yocto/5.4: fix kernel selftests Khem reported that kernel selftests are failing after some of the recent -stable udpates, and identified the followig commits to solve the issues: 4cd12df48b83 selftest/bpf: Use CHECK macro instead of RET_IF 84591c1cb409 Revert "selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs" 844b959f96bd Revert "selftests/bpf: Skip perf hw events test if the setup disabled it" Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb') 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 0850725383..02beca0097 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine_qemuarm ?= "8f0a54b42e11bee3bf552ae6a04f7ec2267f4dd3" -SRCREV_machine ?= "45760a7e1301894b3ffd4d1bd76684c99fbff6f7" -SRCREV_meta ?= "ccf845f650255696bcd41c4004abf8adba212d5d" +SRCREV_machine_qemuarm ?= "84a0aabc9db1eba2fbfcbd80b3c538cd73f0b03c" +SRCREV_machine ?= "4cd12df48b83cef9cc7d6b80b128afbf68746718" +SRCREV_meta ?= "d40bf6ad14acc6d84d5c9a8e2c794ce37ffa16ff" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg