admin 管理员组文章数量: 1184232
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:Required perl module(s) not found: Thread::Queue
vim ./components/yocto/layers/core/meta/conf/sanity.conf
1 # Sanity checks for common user misconfigurations
2 #
3 # See sanity.bbclass
4 #
5 # Expert users can confirm their sanity with "touch conf/sanity.conf"
6 BB_MIN_VERSION = "1.43.2"
7
8 SANITY_ABIFILE = "${TMPDIR}/abi_version"
9
10 SANITY_VERSION ?= "1"
11 LOCALCONF_VERSION ?= "1"
12 LAYER_CONF_VERSION ?= "7"
13 SITE_CONF_VERSION ?= "1"
14
15 #INHERIT += "sanity"
16
将最后一行代码注释
#INHERIT += "sanity"
版权声明:本文标题:【ZYNQ】ZYNQ-Petalinux 内核配置过程错误记录 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1765520063a3388846.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论