From: Shubham Kulkarni <skulka...@mvista.com>

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.

Signed-off-by: Shubham Kulkarni <skulka...@mvista.com>
Signed-off-by: Alexandre Belloni <alexandre.bell...@bootlin.com>
Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
(cherry picked from commit 9865176df6b6362a410b0fc3c115d942462dc338)
Signed-off-by: Steve Sakoman <st...@sakoman.com>
---
 meta/classes/sanity.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index b1fac107d5..a79e36b594 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -351,6 +351,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/\"";
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#169958): 
https://lists.openembedded.org/g/openembedded-core/message/169958
Mute This Topic: https://lists.openembedded.org/mt/93294544/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to