No, I have direct internet connection, no proxy needed (and was not needed 
before).

Temporarily I use
  CONNECTIVITY_CHECK_URIS=""
in local.conf

That way it works again,
but I would like to have better solution.


After investigating little bit more, I see an error:
   Fetcher failure for URL: 'https://www.example.com/'. URL 
https://www.example.com/ doesn't work. Please ensure your network is configured 
correctly.

which comes from
bitbake/lib/bb/fetch2/wget.py line 282
275:        try:
276:            uri = ud.url.split(";")[0]
277:            r = urllib2.Request(uri)
278:            r.get_method = lambda: "HEAD"
279:            opener.open(r)
280:        except urllib2.URLError as e:
281:            # debug for now to avoid spamming the logs in e.g. remote 
sstate searches
282:            logger.debug(2, "checkstatus() urlopen failed: %s" % e)
283:            return False
284:        return True


All I know is that python did not change,
but there were some additional packages installed,
and may be some other packages/libraries changed on my system
in scope of regular auto-updates.
Unfortunately I do not see which of the newly installed packages have anything 
to do with python.

Any help?


-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to