[PATCH] tools: docker: Drop the git user name and email configuration

Bin Meng bmeng at tinylab.org
Thu Jan 4 14:28:17 CET 2024


Since commit b45ab9ca6621 ("CI: Update to QEMU 8.0.3"), the manual
patch applying was removed, hence there is no need to do a git user
name and email configuration.

Signed-off-by: Bin Meng <bmeng at tinylab.org>

---

 tools/docker/Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index c4a2596b48..c12ed0fd9b 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -179,9 +179,6 @@ RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub && \
 RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
 	cd /tmp/qemu && \
 	git checkout v8.0.3 && \
-	# config user.name and user.email to make 'git am' happy
-	git config user.name u-boot && \
-	git config user.email u-boot at denx.de && \
 	./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,m68k-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv32-softmmu,riscv64-softmmu,sh4-softmmu,x86_64-softmmu,xtensa-softmmu" && \
 	make -j$(nproc) all install && \
 	rm -rf /tmp/qemu
-- 
2.34.1



More information about the U-Boot mailing list