payloads/external/iPXE: Bump version to 2026.02

Upstream-Status: Inappropriate [custom iPXE fork]
Change-Id: I468c0f559b6c5a7211283b43ccb37eeba7b250a6
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Michał Żygowski
2026-03-03 10:53:04 +01:00
parent 06d9211ff1
commit a02fcc2f6b
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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"
+3 -3
View File
@@ -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)