[coreboot-gerrit] Change in coreboot[master]: LinuxBoot: use curl

Philipp Deppenwiese (Code Review) gerrit at coreboot.org
Fri Nov 2 15:58:59 CET 2018


Philipp Deppenwiese has submitted this change and it was merged. ( https://review.coreboot.org/29426 )

Change subject: LinuxBoot: use curl
......................................................................

LinuxBoot: use curl

Download the linux kernel tarball with curl.
Curl is already a dependency for coreboot.

Change-Id: I2e0bee3286593bd8e93b4d645242898eb9a14015
Signed-off-by: Marcello Sylvester Bauer <info at marcellobauer.com>
Reviewed-on: https://review.coreboot.org/29426
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
---
M payloads/external/LinuxBoot/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Philipp Deppenwiese: Looks good to me, approved



diff --git a/payloads/external/LinuxBoot/Makefile b/payloads/external/LinuxBoot/Makefile
index b8e2c51..8376805 100644
--- a/payloads/external/LinuxBoot/Makefile
+++ b/payloads/external/LinuxBoot/Makefile
@@ -45,7 +45,7 @@
 	echo "    WWW        Download Linux $(CONFIG_LINUXBOOT_KERNEL_VERSION)"
 	mkdir -p $(kernel_dir)
 ifeq ("$(wildcard $(kernel_dir)/README)","")
-	wget -qO- $(kernel_tarball) | tar xJ -C $(kernel_dir) --strip 1
+	curl -s $(kernel_tarball) | tar xJ -C $(kernel_dir) --strip 1
 endif
 
 config: $(kernel_dir)/.config

-- 
To view, visit https://review.coreboot.org/29426
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2e0bee3286593bd8e93b4d645242898eb9a14015
Gerrit-Change-Number: 29426
Gerrit-PatchSet: 4
Gerrit-Owner: Marcello Sylvester Bauer <info at marcellobauer.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181102/a317651a/attachment.html>


More information about the coreboot-gerrit mailing list