admin管理员组

文章数量:1130349

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 


解决办法:
1.打开sanity.conf文件

vim ./components/yocto/layers/core/meta/conf/sanity.conf

2.注释掉 INHERIT += “sanity”

3.然后接着使用 petalinux-build命令重新进行编译

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 


解决办法:
1.打开sanity.conf文件

vim ./components/yocto/layers/core/meta/conf/sanity.conf

2.注释掉 INHERIT += “sanity”

3.然后接着使用 petalinux-build命令重新进行编译

本文标签: ZynqLinux