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-11-19 14:17:50 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 23:02:08 +0000
commite46465c718d9e46e09fc12b95651946bd894cf8a (patch)
treee0ccafc724e7f4a9cec2a88d25e40ba1d6708762 /meta/recipes-kernel/linux/linux-yocto-tiny_5.8.bb
parente4156f232b7c3c9fcb7869a7786d9670eb097012 (diff)
downloadpoky-e46465c718d9e46e09fc12b95651946bd894cf8a.tar.gz
linux-yocto/5.8: 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.8: 52b840afae05 perf: Alias SYS_futex with SYS_futex_time64 on 32-bit arches with 64bit time_t (From OE-Core rev: fbcd54a3db79e85aa1180523ca2903bf03ff7462) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 41135c844af1165b1e74e8e2654784f3cd4def8b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 f37f525cc3..31a84f3972 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"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "aa614dcf182db126013b255968ab125afd96eb88" 18SRCREV_machine_qemuarm ?= "3e9aa72b02cf7d04096e367c99d503cd1d26cc6c"
19SRCREV_machine ?= "64fd51cbe98ae4a0e05e59ed9abd9135f1b4cf64" 19SRCREV_machine ?= "52b840afae058fb20ce69ff5af811f8582b3bb5a"
20SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674" 20SRCREV_meta ?= "7883b60d324029d26020c0b3f826b35c52fd9674"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"