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-11-19 14:17:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 23:49:01 +0000
commit019a15c52070fa15bb2814c026c9d1b43ea730d9 (patch)
tree1df660eb4580018739a34023cc354284427028f6 /meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
parentd6e4b98b0c46f0d44c289d9eb325ee1dd00e2059 (diff)
downloadpoky-019a15c52070fa15bb2814c026c9d1b43ea730d9.tar.gz
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 (From OE-Core rev: f1a7e3f166a2d55b2706f53acb4820a1f8ce221f) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 73ee256e5c1194ec5d0843dee274d29cc0efe993) 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 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"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "2c7da912c6b5bd36d84f75e0aff4afd0814f1bd3" 18SRCREV_machine_qemuarm ?= "83d064534da33ab41108a786d917068f282a9bf2"
19SRCREV_machine ?= "d0096198f08dd2aa4222ef5480d2fcdaf520b65b" 19SRCREV_machine ?= "356914747645db5ceba98b22acdfa060ef1764af"
20SRCREV_meta ?= "8d0ed83a864cc91eef4d2abbc90f13d4ecd1c213" 20SRCREV_meta ?= "8d0ed83a864cc91eef4d2abbc90f13d4ecd1c213"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"