diff options
author | Ola x Nilsson <olani@axis.com> | 2024-11-13 15:45:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-14 11:56:53 +0000 |
commit | ea0e5262c68e54bb380436b45c8cb3dd0834a216 (patch) | |
tree | 1299aea4cc5b36f4b882568fc80c20eec2c8a50e /documentation | |
parent | e255434b20c8c08418076fab0cf675193498e54d (diff) | |
download | poky-ea0e5262c68e54bb380436b45c8cb3dd0834a216.tar.gz |
strace: Fix the ptest path to test-driver
Add a sed substitution for ${PTEST_PATH}/tests/Makefile that
transforms
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.
There used to be an oe-core automake patch to do this, but it
broke non-ptest use of automake.
Relates to [YOCTO #15635]
(From OE-Core rev: cfa585b93192222904ca99b7533d21726089b11c)
Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
0 files changed, 0 insertions, 0 deletions