Dockerfile: Update to a more current TF-A release tag

In preparation for using TF-A more in our CI loops, switch to the
current release tag for TF-A.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-04-08 14:21:40 -06:00
parent d592ebd6b8
commit fe8a33b81c

View File

@@ -231,7 +231,7 @@ RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
# Build fiptool # Build fiptool
RUN git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git /tmp/tf-a && \ RUN git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git /tmp/tf-a && \
cd /tmp/tf-a/ && \ cd /tmp/tf-a/ && \
git checkout v2.10.0 && \ git checkout v2.12.0 && \
cd tools/fiptool && \ cd tools/fiptool && \
make -j$(nproc) && \ make -j$(nproc) && \
mkdir -p /usr/local/bin && \ mkdir -p /usr/local/bin && \