Saturday, April 3, 2010

bitbake error

I played with the git branch a little bit, out of sudden, the bitbake does not work anymore. The error message was:

----------------
ERROR: Openembedded'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:
----------------

After a search, there are several solutions. Since I updated the branch, everything need to be rebuild again. I need to an empty file:

----------------
touch ~/stuff/build/conf/sanity.conf
----------------

No comments:

Post a Comment