Create a scotty-config.yaml#

To enable the proper integration with scotty you need to create a scotty-config.yaml file.

The format is described at scotty-config.yaml

Setup your workspace with Scotty#

After this file has been committed to the repository, you can setup a new workspace with

$ scotty update --extra-download="https://github.com/my-org/my-project-layer"
$ DISTRO="simplecore-distro" scotty setup --force --features-layers-set=myproject

See Scotty for more details.