DEV Community

Sachin Mokashi
Sachin Mokashi

Posted on

Why does BitBake error if it can't find www.example.com?

If you want to resolve this issue without modifying poky.conf or local.conf or any of the files for that matter, just do:

$touch conf/sanity.conf

It is clearly written in meta/conf/sanity.conf that:

Expert users can confirm their sanity with "touch conf/sanity.conf"

If you don't want to execute this command on every…

Top comments (0)