diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-02 10:36:58 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-02 10:41:58 -0500 |
commit | 5e6649a8496d539c19e641c120eba086f4e56a76 (patch) | |
tree | 1f2e5042fd2686c81117bc7dcd476262a1fbd408 | |
parent | 59354be6c2362b9f7d0a3cd2c017f2f3c6ab7f2e (diff) | |
download | meta-ti-5e6649a8496d539c19e641c120eba086f4e56a76.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 | ||