Felix Singer submitted this change.

View Change


Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
crossgcc: Upgrade CMake from version 3.25.2 to 3.26.2

Change-Id: I62078257fd84a64c699a7f930bc306e38d2f4058
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73791
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum
A util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum
3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index b125c13..391d801 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -42,7 +42,7 @@
IASL_VERSION="R10_20_22"
# CLANG version number
CLANG_VERSION=15.0.7
-CMAKE_VERSION=3.25.2
+CMAKE_VERSION=3.26.2
NASM_VERSION=2.15.05

# Filename for each package
diff --git a/util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum
deleted file mode 100644
index f4a2e3c..0000000
--- a/util/crossgcc/sum/cmake-3.25.2.tar.gz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-2f444bb9951aad09452b692d8b3b9e33309e1641 tarballs/cmake-3.25.2.tar.gz
diff --git a/util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum
new file mode 100644
index 0000000..98d4070
--- /dev/null
+++ b/util/crossgcc/sum/cmake-3.26.2.tar.gz.cksum
@@ -0,0 +1 @@
+b2629a8077e92213605b4f7e7cfc6d94416b5396 tarballs/cmake-3.26.2.tar.gz

To view, visit change 73791. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I62078257fd84a64c699a7f930bc306e38d2f4058
Gerrit-Change-Number: 73791
Gerrit-PatchSet: 5
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk@gmail.com>
Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged