Skip to content

Trellis-Logic/kas-demos

Repository files navigation

Kas demo scripts

Scripts used to demonstrate various kas builds

Setup

pip3 install kas

Usage

config=myconfig
mkdir build-${project}
cd build-${project}
kas build --update ../kas/${project}.yml

where ${project} is a specific kas configuration to demo from the list of .yml files in the kas subdir and outlined below

Building Alternate Branches

The default branch build configuration is for master/main on each project.

To build for alternate branches, use the kas/include/${branch} file on the config file list as outlined in the kas build commandline instructions

So for example, to build the swupdate-oe4t project for kirkstone branch, use

kas build --update ../kas/swupdate-oe4t.yml:../kas/include/kirkstone.yml

Demo Projects

swupdate-oe4t

A demo of the Swupdate for NVIDIA Tegra layer from tegra-demo-distro. See the README there for details.

swupdate-rootfs-overlay-oe4t

A demo of the swupdate-oe4t project with the addition of a read only rootfs with overlay and /data partition for non-volatile storage.

About

Demonstration of various kas based builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published