Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The statements to put in your local.conf file are illustrated below:


Code Block
INHERIT += "externalsrc"

...



EXTERNALSRC_pn-myrecipe = "path-to-your-source-tree"


By default, externalsrc.bbclass builds the source code in a directory separate from the external source directory as specified by EXTERNALSRC. If you need to have the source built in the same directory in which it resides, or some other nominated directory, you can set EXTERNALSRC_BUILD to point to that directory:

...