【ZYNQ】ZYNQ-Petalinux 内核配置过程错误记录
【代码】【ZYNQ】ZYNQ-Petalinux 内核配置过程错误记录。
·
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"
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐

所有评论(0)