summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/runtime_test.py
diff options
context:
space:
mode:
authorYann Dirson <yann@blade-group.com>2020-11-12 18:26:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-13 14:32:00 +0000
commit9c06fbbbee2183e9e1285496d00282dde59eb538 (patch)
tree42dbb49c9d179057e266baf78bd28310a49b39a7 /meta/lib/oeqa/selftest/cases/runtime_test.py
parentc606515ab5abbd694680c4977784ffe5a2e7ce6a (diff)
downloadpoky-9c06fbbbee2183e9e1285496d00282dde59eb538.tar.gz
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>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/runtime_test.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/runtime_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index 1bb1c4bee4..7189e4e6c5 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -384,7 +384,7 @@ KERNEL_EXTRA_FEATURES_append = " features/debug/debug-kernel.scc"
384KERNEL_EXTRA_FEATURES_append = " features/systemtap/systemtap.scc" 384KERNEL_EXTRA_FEATURES_append = " features/systemtap/systemtap.scc"
385 385
386# add systemtap run-time into target image if it is not there yet 386# add systemtap run-time into target image if it is not there yet
387IMAGE_INSTALL_append = " systemtap" 387IMAGE_INSTALL_append = " systemtap-runtime"
388""" 388"""
389 389
390 def test_crosstap_helloworld(self): 390 def test_crosstap_helloworld(self):