Go to file
Khem Raj af1612a85b
wolfssl: Use the return value from unit.test as pass/fail indicator
Using a string search for Fail is not going to work always e.g.
when all tests are passing it still prints a summary string with string
"Fail" in it which points to 0, however the logic here catches that and
counts it as 1 failure and marks the return value as 1 and ptest runner
interprets that as failure

Pass the return value from unit.test which should be 0 on all passes
or non zero otherwise.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-05-29 08:19:31 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: upgrade to 2025.04.27 2025-05-11 14:18:12 -07:00
meta-gnome libwnck: update to 43.2 and fix build errors 2025-05-27 10:33:00 -07:00
meta-initramfs fix broken symlink in dracut config examples 2025-05-22 17:39:10 -07:00
meta-multimedia aom: update 3.7.0 -> 3.12.1 2025-05-27 10:33:02 -07:00
meta-networking wolfssl: Use the return value from unit.test as pass/fail indicator 2025-05-29 08:19:31 -07:00
meta-oe pcp: fix race condition build error 2025-05-28 08:56:38 -07:00
meta-perl liburi-perl: upgrade 5.31 -> 5.32 2025-05-21 07:38:24 -07:00
meta-python python3-pyzstd: Bump upper version of setuptools to > 80 2025-05-25 18:23:58 -07:00
meta-webserver netdata: Enable network during do_compile only when go support is enabled 2025-05-14 08:37:28 -07:00
meta-xfce xfce4 update HOMEPAGEs 2025-05-21 07:38:23 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories