]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: Enable https for wget on qemu arm64
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sun, 10 Nov 2024 08:28:41 +0000 (10:28 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 01:09:52 +0000 (19:09 -0600)
QEMU already has an lwip variant of a defconfig. That defconfig
is also configured with mbedTLS by default. So let's enable the
remaining config options to enable wget for https:// as well
and test that codepath in the CI

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
configs/qemu_arm64_lwip_defconfig

index d3d8ef16e6681f6cdd0f32e5f42274ea5930982f..754c770c33fcd9eb57c3fa19f5abcb76874f962e 100644 (file)
@@ -7,3 +7,4 @@ CONFIG_NET_LWIP=y
 CONFIG_CMD_DNS=y
 CONFIG_CMD_WGET=y
 CONFIG_EFI_HTTP_BOOT=y
+CONFIG_WGET_HTTPS=y