Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

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
languagejavatext
themeFadeToGreyConfluence
SRC_URI = "file://helloworld.c file://Makefile"

SRC_URI = "file://helloworld.c file://Makefile"

UI Text Box
sizemedium
iconno-icon
nopaneltrue
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.

...