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:

    Do not use Bitbake as root.

意思就是说,不能用root执行或编译,改用普通用户吧。比如说:

su quectel

cd /home/quectel/qcs8550

//再执行编译命令

  • 具体错误
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:

    Do not use Bitbake as root.

意思就是说,不能用root执行或编译,改用普通用户吧。比如说:

su quectel

cd /home/quectel/qcs8550

//再执行编译命令

本文标签: bitbakeroot