diff options
| author | Ross Burton <ross@burtonini.com> | 2022-01-14 18:08:10 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-15 16:23:24 +0000 |
| commit | af01b73f3cad4c43ab2a37965ef0fd8cde6c3aed (patch) | |
| tree | 5d916fed5a328d47ade1ceda1437103b9c741beb /meta/lib/oeqa/runtime/files | |
| parent | c1af5e38198257a68560800799b346f8c24f7a5b (diff) | |
| download | poky-af01b73f3cad4c43ab2a37965ef0fd8cde6c3aed.tar.gz | |
oeqa/runtime/stap: rewrite test
There's no need to copy files to the target when stap can take the short
probe directly.
Add more has-package decorators for the kernel source and GCC symlinks.
Remove the test dependencies as it's not a hard dependency.
Change the probe to print a message with some minimal logic, and verify
that the message was correctly constructed in the output.
(From OE-Core rev: 3954dc857df1d2a7e559b4fd357b54f39cf7374a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/files')
| -rw-r--r-- | meta/lib/oeqa/runtime/files/hello.stp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/files/hello.stp b/meta/lib/oeqa/runtime/files/hello.stp deleted file mode 100644 index 3677147162..0000000000 --- a/meta/lib/oeqa/runtime/files/hello.stp +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | probe oneshot { println("hello world") } | ||
