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:
@@ -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 && \
|
||||||
|
Reference in New Issue
Block a user