bump seabios to the latest version in seabios.git

This commit is contained in:
Leah Rowe
2021-11-03 15:56:47 +00:00
parent 7e6bec17ef
commit 8888b2b777
2 changed files with 2 additions and 59 deletions
+2 -1
View File
@@ -48,9 +48,10 @@ cd "seabios/"
# Reset to the last commit that was tested (we use stable releases for seabios)
# ------------------------------------------------------------------------------
git reset --hard b0d61ecef66eb05bd7a4eb7ada88ec5dab06dfee
git reset --hard 64f37cc530f144e53c190c9e8209a51b58fd5c43
for patchfile in ../resources/seabios/patches/*.patch; do
if [ ! -f "${patchfile}" ]; then continue; fi
git am "${patchfile}" || touch ../build_error
if [ -f ../build_error ]; then
git am --abort