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-10-06 15:04:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-07 10:18:55 +0100
commitcdaf69b1d1963df559be8b4177e540f41a650220 (patch)
treebad4b9267ff03cf1393d4d4dfe7189498b2443d3 /meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
parentb534c8f338ac979811ecda192d52fbc18e371808 (diff)
downloadpoky-cdaf69b1d1963df559be8b4177e540f41a650220.tar.gz
linux-yocto/5.4: fix kprobes build warning
Integrating the following commit(s) to linux-yocto/5.4: 178189d65780 kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACE (From OE-Core rev: aa2b309a938f4af5f5d95bc7e7f3c0e9d77f3dd3) 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.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 853fc93694..c6e5bff052 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 ?= "bb77791bc00cfa70211dd238d312b4db950c0808" 18SRCREV_machine_qemuarm ?= "c7da9d62e37698db556ccb45f20b6a7953769793"
19SRCREV_machine ?= "406008bf3232dfc9e63b6e7bf745ca883c45041e" 19SRCREV_machine ?= "178189d65780e9526bcd9e47d3cd9ea6ecb8f47a"
20SRCREV_meta ?= "0d860e075788a92601dff3eb9b615ee41e465040" 20SRCREV_meta ?= "0d860e075788a92601dff3eb9b615ee41e465040"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"