new file mode 100644
@@ -0,0 +1,47 @@
+# Tests not enabled:
+# openat2 has buildpath errors
+
+TEST_LIST += "\
+ arm64 \
+ breakpoints \
+ capabilities \
+ cgroup \
+ clone3 \
+ core \
+ cpu-hotplug \
+ cpufreq \
+ efivarfs \
+ exec \
+ filesystems \
+ filesystems/binderfs \
+ filesystems/epoll \
+ firmware \
+ fpu \
+ ftrace \
+ futex \
+ gpio \
+ intel_pstate \
+ ipc \
+ kcmp \
+ kvm \
+ livepatch \
+ membarrier \
+ memfd \
+ mqueue \
+ mincore \
+ net \
+ net/mptcp \
+ ptrace \
+ resq \
+ rtc \
+ seccomp \
+ sigaltstack \
+ size \
+ tc-testing \
+ timers \
+ tmpfs \
+ tpm2 \
+ user_events \
+ vDSO \
+ watchdog \
+"
Our testing flow is looking to incorporate the kernel-selftests as a test. Enable a large number of selected cases. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- v2: Tweak the desired list after initial testing. Remove mention of required upstream patches now that they are accepted. .../kernel-selftest/kernel-selftest.bbappend | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest.bbappend