Re: [OE-core] [RFC PATCH 1/5] attr: Fix the ptest path to test-driver

2024-11-13 Thread Ola x Nilsson via lists.openembedded.org
On Tue, Nov 12 2024, Richard Purdie wrote: > On Mon, 2024-11-11 at 09:35 +0100, Ola x Nilsson via lists.openembedded.org > wrote: >> From: Ola x Nilsson >> >> Add a sed substitution for ${PTEST_PATH}/Makefile that transforms >>  TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver >>

Re: [OE-core] [RFC PATCH 1/5] attr: Fix the ptest path to test-driver

2024-11-12 Thread Richard Purdie via lists.openembedded.org
On Mon, 2024-11-11 at 09:35 +0100, Ola x Nilsson via lists.openembedded.org wrote: > From: Ola x Nilsson > > Add a sed substitution for ${PTEST_PATH}/Makefile that transforms >  TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver > to >  TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/buil

[OE-core] [RFC PATCH 1/5] attr: Fix the ptest path to test-driver

2024-11-11 Thread Ola x Nilsson via lists.openembedded.org
From: Ola x Nilsson Add a sed substitution for ${PTEST_PATH}/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