diff mbox series

[meta-ti,master/wrynose] linux-ti-mainline: Bump to v7.1

Message ID 20260728140759.2850885-1-reatmon@ti.com
State New
Headers show
Series [meta-ti,master/wrynose] linux-ti-mainline: Bump to v7.1 | expand

Commit Message

Ryan Eatmon July 28, 2026, 2:07 p.m. UTC
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

PRC Automation July 28, 2026, 2:28 p.m. UTC | #1
meta-ti / na / 20260728140759.2850885-1-reatmon

PRC Results: PASS

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



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH] linux-ti-mainline: Bump to v7.1
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 28 Jul 2026 09:07:59 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a34f3344a42a0c9bdd73e3523aa6703cf4b98b81

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: ti-core-initramfs: Decrease IMAGE_OVERHEAD_FACTOR
- Commit SHA: 087f2f1fffb315ac46fac3c3610421072faca5d5

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

wrynose
=====================
Summary:
- Patch Series: [meta-ti][master/wrynose][PATCH] linux-ti-mainline: Bump to v7.1
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Tue, 28 Jul 2026 09:07:59 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: a34f3344a42a0c9bdd73e3523aa6703cf4b98b81

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.wrynose.202607280400
- Commit SHA: 9ec6947af21e798ce65d088e67429b4d338d52dc

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



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS

wrynose
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed

wrynose - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
index 180a5d92..0721e582 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -13,9 +13,9 @@  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}"
 
-# 6.12 Mainline version
-SRCREV = "adc218676eef25575469234709c2d87185ca223a"
-PV = "6.12"
+# 7.1 Mainline version
+SRCREV = "8cd9520d35a6c38db6567e97dd93b1f11f185dc6"
+PV = "7.1"
 
 KERNEL_GIT_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
 BRANCH = "master"
@@ -23,7 +23,7 @@  BRANCH = "master"
 KERNEL_DEFCONFIG = ""
 
 KERNEL_REPRODUCIBILITY_PATCHES = " \
-    file://0001-drivers-gpu-drm-msm-registers-improve-reproducibilit.patch \
+    file://0001-arm-Remove-build-path-from-generated-mach-types.h.patch \
     file://0001-perf-python-Fix-compile-for-32bit-platforms.patch \
 "