git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d592ebd
)
Dockerfile: Update to a more current TF-A release tag
author
Tom Rini
<trini@konsulko.com>
Tue, 8 Apr 2025 20:21:40 +0000
(14:21 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 10 Apr 2025 14:20:09 +0000
(08:20 -0600)
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>
tools/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/tools/docker/Dockerfile
b/tools/docker/Dockerfile
index
80bc2a9
..
e7be4e5
100644
(file)
--- a/
tools/docker/Dockerfile
+++ b/
tools/docker/Dockerfile
@@
-231,7
+231,7
@@
RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
# Build fiptool
RUN git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git /tmp/tf-a && \
cd /tmp/tf-a/ && \
- git checkout v2.1
0
.0 && \
+ git checkout v2.1
2
.0 && \
cd tools/fiptool && \
make -j$(nproc) && \
mkdir -p /usr/local/bin && \