diff mbox series

[meta-ti,master,v2] kernel-selftest: Disable upstream patches

Message ID 20260924135018.2067502-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master,v2] kernel-selftest: Disable upstream patches | expand

Commit Message

Ryan Eatmon Sept. 24, 2026, 1:50 p.m. UTC
A recent commit in meta-openembedded [1] added a number of patches to
fix testing issues, but those patches only apply to the latest 7.2
kernel.  Since we have our own vendor kernel and support multiple older
versions, we need to disable the patches for kernels that they will not
apply to.

[1] https://git.openembedded.org/meta-openembedded/commit/?id=11a9324c8449a8567461a7914aa5c7a592de3f45

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Add meta-beagle kernels as well.

 .../kernel-selftest/kernel-selftest-ti.inc    | 26 +++++++++++++++++++
 1 file changed, 26 insertions(+)

Comments

PRC Automation Sept. 24, 2026, 1:55 p.m. UTC | #1
meta-ti / na / 20260924135018.2067502-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH v2] kernel-selftest: Disable upstream patches
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 24 Sep 2026 08:50:18 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 6463c5328d6f9591f042e80a64564d452957859e

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202609142200
- Commit SHA: 7034712771a19a5dfa13a0356e28c9770c226eaf

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
    ERROR: SUMMARY cannot be longer than 72 characters. (SUMMARY-2)
        meta-ti-bsp/recipes-graphics/mesa/libclc_22.1.8.bb
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff mbox series

Patch

diff --git a/meta-ti-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc b/meta-ti-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc
index bae5b7ab..751b3fa5 100644
--- a/meta-ti-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc
+++ b/meta-ti-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc
@@ -51,3 +51,29 @@  TEST_LIST:append:bsp-ti-6_18 = " \
 "
 
 INSANE_SKIP:${PN} += "staticdev textrel"
+
+SRC_URI:remove:bsp-ti-6_6 = "\
+    file://0001-selftests-filelock-fix-the-test-plan-count-in-ofdloc.patch \
+    file://0001-selftests-cgroup-memcontrol-keep-anon-page-touches-f.patch \
+    file://0001-selftests-filesystems-idmapped_tmpfile-chown-the-lay.patch \
+"
+SRC_URI:remove:bsp-ti-6_12 = "\
+    file://0001-selftests-filelock-fix-the-test-plan-count-in-ofdloc.patch \
+    file://0001-selftests-cgroup-memcontrol-keep-anon-page-touches-f.patch \
+    file://0001-selftests-filesystems-idmapped_tmpfile-chown-the-lay.patch \
+"
+SRC_URI:remove:bsp-ti-6_18 = "\
+    file://0001-selftests-filelock-fix-the-test-plan-count-in-ofdloc.patch \
+    file://0001-selftests-cgroup-memcontrol-keep-anon-page-touches-f.patch \
+    file://0001-selftests-filesystems-idmapped_tmpfile-chown-the-lay.patch \
+"
+SRC_URI:remove:bsp-bb_org-6_6 = "\
+    file://0001-selftests-filelock-fix-the-test-plan-count-in-ofdloc.patch \
+    file://0001-selftests-cgroup-memcontrol-keep-anon-page-touches-f.patch \
+    file://0001-selftests-filesystems-idmapped_tmpfile-chown-the-lay.patch \
+"
+SRC_URI:remove:bsp-bb_org-6_12 = "\
+    file://0001-selftests-filelock-fix-the-test-plan-count-in-ofdloc.patch \
+    file://0001-selftests-cgroup-memcontrol-keep-anon-page-touches-f.patch \
+    file://0001-selftests-filesystems-idmapped_tmpfile-chown-the-lay.patch \
+"