| Message ID | 20260310043605.3034427-1-lcpdbld@list.ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master] CI/CD Auto-Merger: cicd.master.202603091800 | expand |
meta-ti / na / 20260310043605.3034427-1-lcpdbld PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202603091800 - Submitter: From: LCPD Automation Script <lcpdbld@list.ti.com> - Date: Date: Mon, 9 Mar 2026 23:36:05 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 27be043dc18b5724488f9e0e03a5015c4c0ad5d1 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: conf: Add falcon support natively - Commit SHA: deced73fc1a79071913faddb857ca79c2f6c7b72 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-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc index 9e8caefa..82a4bc9d 100644 --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc @@ -10,7 +10,7 @@ SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmwar SRCBRANCH = "master" LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e" -SRCREV_tfa:am62lxx = "6cbb606a1de234c08aaf6eae57ae24f6422ec111" +SRCREV_tfa:am62lxx = "50dc9697b977bf8491aee7a591195dac0b027f35" SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" SRCBRANCH:am62lxx = "ti-tfa-2.14.y" diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb index 7c00623e..a843d246 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb @@ -4,4 +4,4 @@ PR = "r0" BRANCH = "ti-u-boot-2026.01" -SRCREV_uboot = "8dedb46bfd7e7bba52cbedfbab10fe4383317b7b" +SRCREV_uboot = "e585d2fccbb4c11389ecd9afb00ec5e707267afc" 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 1b05b120..60995e09 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,7 +22,7 @@ S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}" BRANCH ?= "ti-linux-6.18.y" -SRCREV ?= "1ae61a325571a4b242dac987edcbff0bf11cbd35" +SRCREV ?= "f13c6190c45bc24cc6640e39c36304bbc4ff22e7" PV = "6.18.13+git" KERNEL_REPRODUCIBILITY_PATCHES = " \
Updated the value(s) for: atf: SRCREV_tfa:am62lxx u-boot-ti-staging_2026.01: SRCREV_uboot linux-ti-staging_6.18: SRCREV Changelogs: u-boot-ti-staging_2026.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=8dedb46bfd7e7bba52cbedfbab10fe4383317b7b..e585d2fccbb4c11389ecd9afb00ec5e707267afc linux-ti-staging_6.18: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=1ae61a325571a4b242dac987edcbff0bf11cbd35..f13c6190c45bc24cc6640e39c36304bbc4ff22e7 Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com> --- .../recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 2 +- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2026.01.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.18.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)