[PATCH v4 2/2] cmd/Kconfig: select CMD_WGET if ARCH_QEMU
Ilias Apalodimas
ilias.apalodimas at linaro.org
Mon May 19 09:28:49 CEST 2025
On Fri, 16 May 2025 at 11:52, Adriano Cordova <adrianox at gmail.com> wrote:
>
> select CMD_WGET for ARCH_QEMU. This way HTTP can be tested
> on the qemu platforms in CI.
>
> Signed-off-by: Adriano Cordova <adriano.cordova at canonical.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
>
> (no changes since v1)
>
> cmd/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cmd/Kconfig b/cmd/Kconfig
> index f21d27cb27f..fa353c6fcac 100644
> --- a/cmd/Kconfig
> +++ b/cmd/Kconfig
> @@ -2153,7 +2153,7 @@ config CMD_TFTPBOOT
>
> config CMD_WGET
> bool "wget"
> - default y if SANDBOX
> + default y if SANDBOX || ARCH_QEMU
> select WGET
> help
> wget is a simple command to download kernel, or other files,
> --
> 2.48.1
>
More information about the U-Boot
mailing list