[yocto] Question about x86_64-poky-linux in the Standard SDK

2023-07-18 Thread Markus Fuchs
Hello, I built a Standard SDK using dunfell branch and got the following SDK: brel-glibc-x86_64-brel-core-image-core2-64-apc-toolchain-0.0.14.sh. If I run ldd on tools in the x86_64-pokysdk-linux sysroot I see that the my host libc seems to be used instead of the libc inside the

[yocto] [ptest-runner][PATCH 4/5] Remove _child_reader singleton

2023-07-18 Thread Joshua Watt
Instead of using the _child_reader singleton to track the child process, use variables on the stack. Also, limit the variable scope as much as possible and used named constants for the pipe indices. Signed-off-by: Joshua Watt --- utils.c | 108

[yocto] [ptest-runner][PATCH 5/5] Flush stdout and stderr after test

2023-07-18 Thread Joshua Watt
After reporting test results, flush the output buffers to ensure the files are written out. Also flush again at the end of running all tests Signed-off-by: Joshua Watt --- utils.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/utils.c b/utils.c index bd52544..59b8b77 100644 ---

[yocto] [ptest-runner][PATCH 0/5] Fix ptest timeout errors

2023-07-18 Thread Joshua Watt
e50f217 ("Change test timeout to be total elapsed time") was misguided in that the timeout is actually the timeout between receiving output from the process and not the total test timeout. Fix this and also a few other bugs that were noticed as being different between the old ptest-runner and the

[yocto] [ptest-runner][PATCH 2/5] Only collect system state on timeout

2023-07-18 Thread Joshua Watt
To match the behavior of the previous ptest-runner, only collect system state when a test has timed out Signed-off-by: Joshua Watt --- utils.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/utils.c b/utils.c index 34ca2f0..d0e6a99 100644 ---

[yocto] [ptest-runner][PATCH 1/5] Revert "Change test timeout to be total elapsed time"

2023-07-18 Thread Joshua Watt
This reverts commit e50f2175d9c6b8aeb8b0bf687e5cca64a0f6e61a. The timeout is actually the amount of time to wait until there is no output from the test, not the total test time. Signed-off-by: Joshua Watt --- tests/data/hang/ptest/run-ptest | 1 - tests/utils.c | 2 +-

[yocto] [ptest-runner][PATCH 3/5] Report test failure on timeout

2023-07-18 Thread Joshua Watt
Even when a test times out, an "ERROR:" message should be printed so that the OE selftest parser knows the test has failed. Signed-off-by: Joshua Watt --- utils.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/utils.c b/utils.c index

[yocto] Yocto Project Status 18 July 2023 (WW29)

2023-07-18 Thread Stephen Jolley
Current Dev Position: YP 4.3 M2 Next Deadline: 17th July 2023 YP 4.3 M2 build date Next Team Meetings: * Bug Triage meeting Thursday July 20th 7:30 am PDT (

Re: [yocto] How does SOURCEFORGE_MIRROR work?

2023-07-18 Thread Ross Burton
On 17 Jul 2023, at 22:44, Tom Isaacson via lists.yoctoproject.org wrote: > > For gSOAP? Yes. Cheers, Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60603): https://lists.yoctoproject.org/g/yocto/message/60603 Mute This Topic:

[yocto] [meta-freescale][kirkstone][PATCH] piglit: Remove portions which are now in main recipe

2023-07-18 Thread Yu, Mingli
From: Khem Raj Some pieces have been moved to core in [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=53c90930fca17cdaec2a5492320a286b6db6bdda Signed-off-by: Khem Raj (cherry picked from commit f8dbb3a7722c9037d10a4d4372992b78aceb51aa) Signed-off-by: Mingli Yu ---