I want to compile from the source code, but I get errors when compiling it for the iMx95. I am working with a computer with Ubuntu 18.04. To do this I follow the steps of I have followed the steps of https://dev.variscite.com/dart-mx95/mx95-yocto-walnascar-6.12.49_2.2.0-v1.0/yocto-build-release/
Specifically, when launching the "bitbake fsl-image-gui-chromium" I get this error:
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Fetcher failure for URL: 'https://www.yoctoproject.org/connectivity.html'. URL doesn't work.
Please ensure your host's network is configured correctly.
Please ensure CONNECTIVITY_CHECK_URIS is correct and specified URIs are available.
If your ISP or network is blocking the above URL,
try with another domain name, for example by setting:
CONNECTIVITY_CHECK_URIS = "https://www.example.com/" You could also set BB_NO_NETWORK = "1" to disable network
access if all required sources are on local disk.
Summary: There was 1 ERROR message, returning a non-zero exit code.
I have also tried other previous versions, but the same thing happens.
The same error occurs if I launch other bitbakes.
All the best,
Daniel.