mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: iPXE: Update stable version to the last commit of July 2016
BUG=None BRANCH=None TEST=None Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16255 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@googlemail.com> Change-Id: I804d5a9100fdfea48383aaf5dc0eb154eda78f4d Reviewed-on: https://chromium-review.googlesource.com/381742 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
fbda3bc0be
commit
e29c424f49
2 changed files with 4 additions and 4 deletions
4
payloads/external/iPXE/Kconfig
vendored
4
payloads/external/iPXE/Kconfig
vendored
|
@ -42,12 +42,12 @@ choice
|
|||
depends on BUILD_IPXE
|
||||
|
||||
config IPXE_STABLE
|
||||
bool "2016.2"
|
||||
bool "2016.7"
|
||||
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 February, 2016.
|
||||
This is iPXE from the end of July, 2016.
|
||||
|
||||
config IPXE_MASTER
|
||||
bool "master"
|
||||
|
|
4
payloads/external/iPXE/Makefile
vendored
4
payloads/external/iPXE/Makefile
vendored
|
@ -13,9 +13,9 @@
|
|||
## GNU General Public License for more details.
|
||||
##
|
||||
|
||||
# 2016.2 - Last commit of February 2016
|
||||
# 2016.7 - Last commit of July 2016
|
||||
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
|
||||
STABLE_COMMIT_ID=99b5216b1c71dba22dab734e0945887525493cde
|
||||
STABLE_COMMIT_ID=2afd66eb55996500499eb3bcc39c66ff042679c8
|
||||
|
||||
TAG-$(CONFIG_IPXE_MASTER)=origin/master
|
||||
TAG-$(CONFIG_IPXE_STABLE)=$(STABLE_COMMIT_ID)
|
||||
|
|
Loading…
Add table
Reference in a new issue