Skip to content

Commit

Permalink
trusted-firmware-a-iot2050: Move to LTS version 2.8
Browse files Browse the repository at this point in the history
We only jumped from 2.7 to 2.9 because of build fixes for the bookworm
toolchain. However, 2.8 is now an LTS series with up to 5 years support.
That's a better choice.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Nov 3, 2023
1 parent 9c250c8 commit e1a2b8b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

require recipes-bsp/trusted-firmware-a/trusted-firmware-a-custom.inc

SRC_URI += "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-${PV}.tar.gz"
SRC_URI[sha256sum] = "76a66a1de0c01aeb83dfc7b72b51173fe62c6e51d6fca17cc562393117bed08b"
SRC_URI += "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-lts-v${PV}.tar.gz"
SRC_URI[sha256sum] = "e089b6f91fb205e3a0489d4905e51631b6ce667af6bc4ab0a0143fe2b48b0db8"

S = "${WORKDIR}/trusted-firmware-a-${PV}"
S = "${WORKDIR}/trusted-firmware-a-lts-v${PV}"

TF_A_NAME = "iot2050"
TF_A_PLATFORM = "k3"
Expand Down

0 comments on commit e1a2b8b

Please sign in to comment.