Cloning and creating a mirrored install according to README and then creating a project from that mirror without editing local.conf will cause a build error. Network access is disabled in local.conf by default and downloads can't be accessed.
In order to access and download packages during a bitbake build, the variable "BB_NO_NETWORK" should be commented out in local.conf or set to "0"
Cloning and creating a mirrored install according to README and then creating a project from that mirror without editing local.conf will cause a build error. Network access is disabled in local.conf by default and downloads can't be accessed. In order to access and download packages during a bitbake build, the variable "BB_NO_NETWORK" should be commented out in local.conf or set to "0"