Message ID | 20240806-atf-2-11-upgrade-v1-1-666f4b5bc161@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [[meta-ti,Scarthgap/Master] ] meta-ti-bsp: trusted-firmware-a: Update to v2.11 release tag | expand |
Hi Kamlesh, On 15:24-20240806, Kamlesh Gurudasani wrote: > Update to latest release tag, i.e. v2.11 > > 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> > --- > meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 4 ++-- > 1 file changed, 2 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..8d61907a 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,5 @@ > -PV:k3 = "2.10+git" > -SRCREV_tfa:k3 = "00f1ec6b8740ccd403e641131e294aabacf2a48b" > +PV:k3 = "2.11+git" > +SRCREV_tfa:k3 = "f2735ebccf5173f74c0458736ec526276106097e" Tested-by: Manorit Chawdhry <m-chawdhry@ti.com> Regards, Manorit > SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" > COMPATIBLE_MACHINE:k3 = "k3" > TFA_BUILD_TARGET:k3 = "all" > > --- > base-commit: 44c411e544b2393cff7df7edeae9a8bdb7bc9b0e > change-id: 20240806-atf-2-11-upgrade-7cc6bc5fc4c5 > > Best regards, > -- > Kamlesh Gurudasani <kamlesh@ti.com> >
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..8d61907a 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,5 @@ -PV:k3 = "2.10+git" -SRCREV_tfa:k3 = "00f1ec6b8740ccd403e641131e294aabacf2a48b" +PV:k3 = "2.11+git" +SRCREV_tfa:k3 = "f2735ebccf5173f74c0458736ec526276106097e" SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" COMPATIBLE_MACHINE:k3 = "k3" TFA_BUILD_TARGET:k3 = "all"
Update to latest release tag, i.e. v2.11 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> --- meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- base-commit: 44c411e544b2393cff7df7edeae9a8bdb7bc9b0e change-id: 20240806-atf-2-11-upgrade-7cc6bc5fc4c5 Best regards,