| Message ID | 20260127220444.21374-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master] linux-ti-staging: Update 6.18 SRCREV | expand |
meta-ti / na / 20260127220444.21374-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master][PATCH] linux-ti-staging: Update 6.18 SRCREV - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Tue, 27 Jan 2026 16:04:44 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: c8e8beaf18c97391e5c3aecc0fe2ec8f2fdd1e0e Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: u-boot: Adapt to upstream change to UBOOT_CONFIG flow - Commit SHA: 85c3cc60bea8bae345c22eda82fc81d5cc9bcbc1 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb index c2e2a3b5..ac71bee6 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb @@ -22,8 +22,8 @@ S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}" BRANCH ?= "ti-linux-6.18.y" -SRCREV ?= "75433f843c99d1ab544808749a46a6e2f0151a56" -PV = "6.18.0+git" +SRCREV ?= "2d64b9f10d1d9e7cbd041d613b40222c11291f14" +PV = "6.18.4+git" KERNEL_REPRODUCIBILITY_PATCHES = " \ file://0001-perf-python-Fix-compile-for-32bit-platforms.patch \
It looks like the ti-linux-6.18.y was force pushed. As we are still in the process of getting the LTA up and running, we need to update the SHA. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)