From 7c8b7ed2ece21b5473eca2144c8b9a01d0197475 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 19 Nov 2020 14:17:49 -0500 Subject: linux-yocto/5.4: perf: Alias SYS_futex with SYS_futex_time64 on 32-bit arches with 64bit time_t Integrating the following commit(s) to linux-yocto/5.4: 356914747645 perf: Alias SYS_futex with SYS_futex_time64 on 32-bit arches with 64bit time_t Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 73ee256e5c1194ec5d0843dee274d29cc0efe993) Signed-off-by: Anuj Mittal --- meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f6190be8da..f6ed7f35ea 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" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine_qemuarm ?= "2c7da912c6b5bd36d84f75e0aff4afd0814f1bd3" -SRCREV_machine ?= "d0096198f08dd2aa4222ef5480d2fcdaf520b65b" +SRCREV_machine_qemuarm ?= "83d064534da33ab41108a786d917068f282a9bf2" +SRCREV_machine ?= "356914747645db5ceba98b22acdfa060ef1764af" SRCREV_meta ?= "8d0ed83a864cc91eef4d2abbc90f13d4ecd1c213" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg