]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils.py: passthrough of FETCHCMD
authorKonrad Weihmann <kweihmann@outlook.com>
Mon, 18 May 2020 19:28:07 +0000 (21:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 May 2020 21:55:50 +0000 (22:55 +0100)
commitf69347744241afea19f155d9ff5115c675e9043d
treeb12b6e996991cf23da4c9f4d324c9581e3f6ee77
parentbad27f1d663efd2ebf2064c081804af4fc876ac1
lib/oe/recipeutils.py: passthrough of FETCHCMD

let FETCHCMD_* settings be passed to upstream check functions from
get_recipe_upgrade_status. It enables using different values for
the fetching tools, as otherwise always the defaults are used.
E.g. use different timeout or retry values for wget.
This is especially useful for remote server that do request-limiting (429)
or that are simply unavailable (500, 504) and can speedup upgrade-check
for a larger set of recipe significantly

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py