Update SeaBIOS URL
We have a http accessible SeaBIOS mirror at review.coreboot.org. Use it. Change-Id: Icce8e4f9ca1fa69966c82423b2b27057f15b30d2 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/1020 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
parent
76cfcbc312
commit
eb129bbcb6
2
payloads/external/SeaBIOS/Makefile.inc
vendored
2
payloads/external/SeaBIOS/Makefile.inc
vendored
@ -9,7 +9,7 @@ all: build
|
|||||||
|
|
||||||
$(OUT)/seabios:
|
$(OUT)/seabios:
|
||||||
echo " Cloning SeaBIOS from Git"
|
echo " Cloning SeaBIOS from Git"
|
||||||
git clone git://git.seabios.org/seabios.git $(OUT)/seabios
|
git clone http://review.coreboot.org/p/seabios.git $(OUT)/seabios
|
||||||
|
|
||||||
fetch: $(OUT)/seabios
|
fetch: $(OUT)/seabios
|
||||||
cd $(OUT)/seabios; git show $(TAG-y) >/dev/null 2>&1 ; if [ $$? -ne 0 ]; \
|
cd $(OUT)/seabios; git show $(TAG-y) >/dev/null 2>&1 ; if [ $$? -ne 0 ]; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user