diff options
author | Victor Kamensky <victor.kamensky7@gmail.com> | 2025-06-16 22:25:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-26 11:02:34 +0100 |
commit | f1ee6c093568985da9394c932b5070c71abc39c1 (patch) | |
tree | f5db2c5ca2a5ce6c6906ad948b4e03e007b30eab /bitbake/lib/bb/fetch2/git.py | |
parent | a226578881c1c00559980279fab7c16595c0b1d5 (diff) | |
download | poky-f1ee6c093568985da9394c932b5070c71abc39c1.tar.gz |
oeqa/runtime/stap: fix module name: stap-hello -> stap_hello
Systemtap refuses modules names like stap-hello, it says:
> ERROR: Safety pattern mismatch for -m parameter ('stap-hello' vs. '^[a-z0-9_]+$') rc=1
'stap-hello' was introduced by:
6cf4d23a2d26c2767edd93f2eb317ff759b5a992 (oeqa/runtime/stap: improve systemtap test)
and '-m parameter' regexp check was in SystemTap from 2010,
not sure how this test case ever passed after mentioned change.
(From OE-Core rev: bb916c60a32be57babaf67d0bcad4724547feb31)
Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
0 files changed, 0 insertions, 0 deletions