1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-15 15:37:03 +00:00

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>
This commit is contained in:
Bruce Ashfield
2020-10-06 15:04:28 -04:00
committed by Richard Purdie
parent b534c8f338
commit cdaf69b1d1
3 changed files with 12 additions and 12 deletions
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "bb77791bc00cfa70211dd238d312b4db950c0808"
SRCREV_machine ?= "406008bf3232dfc9e63b6e7bf745ca883c45041e"
SRCREV_machine_qemuarm ?= "c7da9d62e37698db556ccb45f20b6a7953769793"
SRCREV_machine ?= "178189d65780e9526bcd9e47d3cd9ea6ecb8f47a"
SRCREV_meta ?= "0d860e075788a92601dff3eb9b615ee41e465040"
PV = "${LINUX_VERSION}+git${SRCPV}"