SimpleCore™ Manifests#
This repository contains information about the needed software to assemble a SimpleCore™ build. We are using kas for that purpose.
Usage with Scotty#
A more convenient way is to use the Scotty tool, as this tool automates the checkout and the setup, so you can get started with building your SimpleCore™ based software package right away.
After installation run
scotty setup
scotty build <image-name>
to get the latest development tree.
For using a release run
scotty --manifest-revision <release tag> setup
scotty build <image-name>