linux-yocto/5.4: perf cs-etm: Move definition of 'traceid_list' global variable from header file

Integrating the following commit(s) to linux-yocto/5.4:

    706efec4c1e2 perf cs-etm: Move definition of 'traceid_list' global variable from header file

(From OE-Core rev: 8e1d8c2099f29b45f1e96d4349731db036fb7548)

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-08-16 18:51:13 -04:00
committed by Richard Purdie
parent 7b732da82a
commit 196e8c6daf
3 changed files with 12 additions and 12 deletions

View File

@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "919fb1aeb12bceab82f32139bec283c1bb5ebc1c"
SRCREV_machine ?= "7e20784a1d13af858f83a2d5f582fe30329553ce"
SRCREV_machine_qemuarm ?= "d192ae0b9995a7be2a33b12005a95348ec6aae94"
SRCREV_machine ?= "706efec4c1e270ec5dda92275898cd465dfdc7dd"
SRCREV_meta ?= "83311f062f4aede9928eca82a34ddf73f264fe2a"
PV = "${LINUX_VERSION}+git${SRCPV}"