| Message ID | 20260313152355.3720509-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,scarthgap] ti-linux-fw: Update BRANCH | expand |
meta-ti / na / 20260313152355.3720509-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-ti][scarthgap][PATCH] ti-linux-fw: Update BRANCH
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Fri, 13 Mar 2026 10:23:55 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 54c72c98a50449d7477706c51f41e0bf25611757
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: scarthgap-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: ti-linux-fw: Update BRANCH
- Commit SHA: 87e3c1f22024b055507ab4afe5999455de59f00e
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: FAIL
=========================================================
scarthgap
=====================
FAIL
ERROR: Patch is not referenced in any recipe. (REPO-1)
meta-ti-bsp/recipes-kernel/linux/files/0001-vt-conmakehash-improve-reproducibility-for-v6.10.patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 51cd27b8..1c3ac858 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -25,7 +25,7 @@ PCM6240_FW_VERSION = "1.0.0.0" TI_LINUX_FW_SRCREV ?= "8ec0c42b8ccf2c9e8bebfd7c4e03d93fed555442" SRCREV = "${TI_LINUX_FW_SRCREV}" -BRANCH ?= "ti-linux-firmware" +BRANCH ?= "ti-linux-firmware-6.12.y" TI_LINUX_FW_GIT_URI ?= "git://git.ti.com/git/processor-firmware/ti-linux-firmware.git" TI_LINUX_FW_GIT_PROTOCOL ?= "https"
With the move to 6.18 it was decided to start branching the firmware repository. This just moves the branch to the 6.12 supported changes for scarthgap. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)