OpenEmbedded uses SRC_URI to determine where the source code is taken from. For many projects it would be convenient to use source code from local repository due to many reasons, in order to support that, it is possible to use file URI as ‘file://’ For example, SRC_URI=”file:///path/to/local_repo/whatever_project” This can create problem because it is notContinue reading “Taking OpenEmbedded SRC_URI from environment variable”