diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-02 10:36:58 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-09 11:13:40 -0500 |
commit | fcbd568e0d9844b259e7039508bf451934f58546 (patch) | |
tree | ac32ea7f9fc317a0d66e6eadedcc4818924e9ecc | |
parent | 27bf5d6d4d27e646ed006938cd62feb40f055243 (diff) | |
download | meta-ti-fcbd568e0d9844b259e7039508bf451934f58546.tar.gz |
trusted-firmware-a: Bump to latest SHA on upstream
We were waiting on a patch [1] to make it to master. Now that it has, move
to point the SRCREV to the latest commit.
[1] https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/b1bca91e93d421a9c142c93f38933e0aa5f4bf58
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 ec52d09c..07ace3c4 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 | |||
@@ -3,7 +3,7 @@ | |||
3 | PV = "2.13+git" | 3 | PV = "2.13+git" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e" | 5 | LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e" |
6 | SRCREV_tfa = "d90bb650fe4cb3784f62214ab5829f4051c38d0a" | 6 | SRCREV_tfa = "e0c4d3903b382bf34f552af53e6d955fae5283ab" |
7 | SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https" | 7 | SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https" |
8 | SRCBRANCH = "master" | 8 | SRCBRANCH = "master" |
9 | 9 | ||