diff options
author | Kamlesh Gurudasani <kamlesh@ti.com> | 2024-08-06 15:24:38 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-08-16 13:52:11 -0500 |
commit | f8ccb20709f5d864479ea64aa9ebf1bd89e7d82f (patch) | |
tree | b15f576f27a6a8ce1012ddd7bd4073ac4305ba82 | |
parent | e41f1e56b6a97c796e542fed401e56e04f93fe1d (diff) | |
download | meta-ti-f8ccb20709f5d864479ea64aa9ebf1bd89e7d82f.tar.gz |
trusted-firmware-a: Update to v2.11 release tagcicd.master.202408220100
Update to latest release tag, i.e. v2.11.
Also update the LIC_FILES_CHKSUM since the license file changed since
the last SRCREV change.
Commit:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a/+/f2735ebccf5173f74c0458736ec526276106097e
Tag:
https://git.trustedfirmware.org/TF-A/trusted-firmware-a/+/refs/tags/v2.11
Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Tested-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 5 |
1 files changed, 3 insertions, 2 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 291259c0..157bdbc5 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 | |||
@@ -1,5 +1,6 @@ | |||
1 | PV:k3 = "2.10+git" | 1 | PV:k3 = "2.11+git" |
2 | SRCREV_tfa:k3 = "00f1ec6b8740ccd403e641131e294aabacf2a48b" | 2 | SRCREV_tfa:k3 = "f2735ebccf5173f74c0458736ec526276106097e" |
3 | LIC_FILES_CHKSUM:k3 = "file://docs/license.rst;md5=b5fbfdeb6855162dded31fadcd5d4dc5" | ||
3 | SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" | 4 | SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" |
4 | COMPATIBLE_MACHINE:k3 = "k3" | 5 | COMPATIBLE_MACHINE:k3 = "k3" |
5 | TFA_BUILD_TARGET:k3 = "all" | 6 | TFA_BUILD_TARGET:k3 = "all" |