From a02fcc2f6b3c3ccccebdd98a3e34bfdf9713b82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Tue, 3 Mar 2026 10:53:04 +0100 Subject: [PATCH] payloads/external/iPXE: Bump version to 2026.02 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream-Status: Inappropriate [custom iPXE fork] Change-Id: I468c0f559b6c5a7211283b43ccb37eeba7b250a6 Signed-off-by: Michał Żygowski --- payloads/external/iPXE/Kconfig | 4 ++-- payloads/external/iPXE/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/payloads/external/iPXE/Kconfig b/payloads/external/iPXE/Kconfig index 5f7ad2e78c..5f9c1934d9 100644 --- a/payloads/external/iPXE/Kconfig +++ b/payloads/external/iPXE/Kconfig @@ -56,12 +56,12 @@ choice default IPXE_MASTER config IPXE_STABLE - bool "2025.03" + bool "2026.02" help iPXE uses a rolling release with no stable version, for reproducibility, use the last commit of a given month as the 'stable' version. - This is iPXE from the end of March, 2025. + This is iPXE from the end of February, 2026. config IPXE_MASTER bool "master" diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile index cdb9a476dc..64cce21bb6 100644 --- a/payloads/external/iPXE/Makefile +++ b/payloads/external/iPXE/Makefile @@ -1,10 +1,10 @@ ## SPDX-License-Identifier: GPL-2.0-only -# 2023.8 - Last commit of August 2023 +# 2026.2 - Last commit of February 2026 # When updating, change the name both here and in payloads/external/iPXE/Kconfig -# Temporarily Dasharo fork is used until i225/i226 native support is merged. -STABLE_COMMIT_ID=6c7068fce4bba31b4d03a6990dedc530c0727588 +# Temporarily Dasharo fork is used until i225/i226 and i219 native support is merged. +STABLE_COMMIT_ID=ad8cbcee950840547f87394179a7e712e1c3c06f TAG-$(CONFIG_IPXE_MASTER)=origin/master TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)