mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 12:20:25 +00:00
11a9324c8449a8567461a7914aa5c7a592de3f45
meta-oe-image-ptest-kernel-selftest on qemux86-64 was killed by ptest-runner after 34 of 427 tests. Fix the hangs, and a set of failures found while running the rest of the suite: - Add coreutils to RDEPENDS: the kselftest runner only enforces per-test timeouts when timeout(1) is available, and busybox has no timeout applet by default. - Skip ftrace:ftracetest-ktap: it has no per-test timeout, and instances/instance-event.tc can leave a task stuck in D state in trace_array_get() on linux-yocto 7.2.4, hanging the whole suite. - Add e2fsprogs-mke2fs to RDEPENDS, mount_setattr_test needs mkfs.ext4. - selftests/filelock: zero-initialize struct flock in ofdlocks, which memcmp()s structures with uninitialized padding, and fix its test plan count (it announces 4 tests but reports 5). - selftests/cgroup: keep the anon page touches in test_memcontrol from being removed as dead stores by GCC 16 at -O2. - selftests/filesystems: chown the idmapped_tmpfile layer directory into the idmapped range so the mapped caller is not refused. - Backport "selftests: proc: include fcntl.h in proc-pidns" to fix the proc selftests build. Each fix was verified on qemux86-64 by running the affected tests. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
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 supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories
Languages
BitBake
85.1%
Shell
5.6%
NASL
3.4%
C
2.6%
Roff
1.8%
Other
1.3%