Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
# way 1
# add a new recipe with URL
devtool <recipe_name> <source URL>
# eg. devtool add westeros https://github.com/rdkcmf/westeros

# way 2
# add a new recipe with external source directory
devtool <recipe_name> <absolute path>
# eg. devtool add westeros /path/for/source/directory

...