| Message ID | 20260213090535.1798480-1-lcpdbld@list.ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master] CI/CD Auto-Merger: cicd.master.202602130100 | expand |
meta-ti / na / 20260213090535.1798480-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.202602130100 - Submitter: From: LCPD Automation Script <lcpdbld@list.ti.com> - Date: Date: Fri, 13 Feb 2026 03:05:35 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: b0a5570293dac8db477cafb2a1353e0c27c0acd6 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: fc4156453bf618687af0c818036156bbaac855a5 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 804a3981..99ae0750 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=1118e32884721c0be33267bd7ae11130" -SRCREV_tfa:am62lxx = "d071d093b94852473ae6ae26336f125e107a964f" +SRCREV_tfa:am62lxx = "946454003b9f7e3c8e6d2284e00e0c07d5f56290" SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" SRCBRANCH:am62lxx = "ti-master" diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb index 95974a17..3e3205ba 100644 --- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb +++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb @@ -10,6 +10,6 @@ PV = "0.3+git" COMPATIBLE_MACHINE = "k3" BRANCH ?= "master" -SRCREV = "4e3a44c4b961831f2de80606942dd0d8eb508eca" +SRCREV = "c50875c7c4ad112d5e632bea3301e06a0aa8669f" SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
Updated the value(s) for: atf: SRCREV_tfa:am62lxx k3conf: SRCREV Changelogs: k3conf: https://git.ti.com/cgit/k3conf/k3conf/log/?qt=range&q=4e3a44c4b961831f2de80606942dd0d8eb508eca..c50875c7c4ad112d5e632bea3301e06a0aa8669f 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-devtools/k3conf/k3conf_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)