mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
linux-yocto/5.0: fix systemtap for arm
We need to enable the arm unwinder for systemtap to work out of the box: root@qemuarm:~# stap --disable-cache -DSTP_NO_VERREL_CHECK ./hello.stp [ 1600.955262] stap_2097: loading out-of-tree module taints kernel. hello world This option is useful for much more than systemtap, so it is a good idea to have on in the base configs. It make the image slightly larger, but has no performance impacts. (From OE-Core rev: 8a3cc10c2deb933866e384b326d730d17a49a269) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
29500c42b4
commit
d5cfad0848
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "1a0da7e50b77c82841efb501c648dbaca699eac2"
|
||||
SRCREV_machine_qemux86-64 ?= "1a0da7e50b77c82841efb501c648dbaca699eac2"
|
||||
SRCREV_machine_qemumips64 ?= "5f072445126e6a9e44f9435a552f4fcf6fc15499"
|
||||
SRCREV_machine ?= "1a0da7e50b77c82841efb501c648dbaca699eac2"
|
||||
SRCREV_meta ?= "be627e4e38626c5e949de04c814ebd2487d5dd98"
|
||||
SRCREV_meta ?= "4faa4419884d2bbe65f637befd71a1e95629eaae"
|
||||
|
||||
# remap qemuarm to qemuarma15 for the 5.0 kernel
|
||||
# KMACHINE_qemuarm ?= "qemuarma15"
|
||||
|
||||
Reference in New Issue
Block a user