mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
sanity: add a comment to ensure CONNECTIVITY_CHECK_URIS is correct
In sanity.bbclass, in function check_connectivity : Connectivity is tested by fetching URIs in variable CONNECTIVITY_CHECK_URIS. If none is accessible, the status error is ambiguous. It says to ensure the host's network is correctly configured but never if the remote is available. (From OE-Core rev: 9865176df6b6362a410b0fc3c115d942462dc338) Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d9c8d84f2b
commit
359ca09e7d
@@ -357,6 +357,7 @@ def check_connectivity(d):
|
||||
if len(msg) == 0:
|
||||
msg = "%s.\n" % err
|
||||
msg += " Please ensure your host's network is configured correctly.\n"
|
||||
msg += " Please ensure CONNECTIVITY_CHECK_URIS is correct and specified URIs are available.\n"
|
||||
msg += " If your ISP or network is blocking the above URL,\n"
|
||||
msg += " try with another domain name, for example by setting:\n"
|
||||
msg += " CONNECTIVITY_CHECK_URIS = \"https://www.example.com/\""
|
||||
|
||||
Reference in New Issue
Block a user