Versions Compared

Key

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

...

  • Ubuntu 18.04 desktop machine
  • RAM - 8 GB or more
  • Memory - a minimum of 100 GB free space

...

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

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

...