mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
systemtap: split runtime material in its own package
Note the _class-target qualifier, here to prevent a funky dependency of systemtap-native on systemtap-native-runtime-native. This possibly hints to something deeper ? (From OE-Core rev: 440dc8bacf6e6307ae8617194b75504702011b16) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c606515ab5
commit
9c06fbbbee
@@ -384,7 +384,7 @@ KERNEL_EXTRA_FEATURES_append = " features/debug/debug-kernel.scc"
|
||||
KERNEL_EXTRA_FEATURES_append = " features/systemtap/systemtap.scc"
|
||||
|
||||
# add systemtap run-time into target image if it is not there yet
|
||||
IMAGE_INSTALL_append = " systemtap"
|
||||
IMAGE_INSTALL_append = " systemtap-runtime"
|
||||
"""
|
||||
|
||||
def test_crosstap_helloworld(self):
|
||||
|
||||
Reference in New Issue
Block a user