admin 管理员组文章数量: 1184232
- 具体错误
WARNING: Invalid mirror variable value for PREMIRRORS: ['git://sourceware/git/glibc.git', 'https://downloads.yoctoproject/mirror/sources/', 'git://sourceware/git/binutils-gdb.git', 'https://downloads.yoctoproject/mirror/sources/https?$://.*/.*', 'https://codelinaro.jfrog.io/artifactory/codelinaro-le//', 'svn$://.*/.*', 'https://codelinaro.jfrog.io/artifactory/codelinaro-le//', 'git?$://.*/.*', 'https://codelinaro.jfrog.io/artifactory/codelinaro-le//', 'ftps?$://.*/.*', 'https://codelinaro.jfrog.io/artifactory/codelinaro-le//'], should contain paired members.
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://yoctoproject/connectivity.html'. URL https://yoctoproject/connectivity.html 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/" You could also set BB_NO_NETWORK = "1" to disable network
access if all required sources are on local disk.
- 解决办法1:无效
我同时参考上面出错的项目和meta目录,编译两处conf/local.conf,加入下列三段内容之一:
#跳过检查连接
#skip connectivity checks
CONNECTIVITY_CHECK_URIS = ""
#检查连接使用谷歌
#check connectivity using google
CONNECTIVITY_CHECK_URIS = "https://www.google/"
#检查连接使用百度
#skip connectivity checks
CONNECTIVITY_CHECK_URIS = "www.baidu"
- 解决办法2:无效
设置环境变量:
export BB_NO_NETWORK="1"
本文标签: core config yocto OE sanity
版权声明:本文标题:yocto编译出错:OE-core‘s config sanity checker detected a potential misconfiguration 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1765519143a3388754.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论