...
There is a variety of fetchers available for downloading files from the internet or cloning git repositories and more. Each has their own requirements and options, which can be found here.
Codeblock | ||||
---|---|---|---|---|
| ||||
SRC_URI = "file://helloworld.c file://Makefile" |
SRC_URI = "file://helloworld.c file://Makefile"
UI Text Box | ||||||
---|---|---|---|---|---|---|
| ||||||
SRC_URI = "file://helloworld.c file://Makefile" |
SRC_URI
contains a list of all sources needed by the recipe deliminated by spaces. Each source entry starts with its fetcher and then its source location.
...