Scripts used to demonstrate various kas builds
pip3 install kas
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
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
A demo of the Swupdate for NVIDIA Tegra layer from tegra-demo-distro. See the README there for details.
A demo of the swupdate-oe4t project with the addition of a read only rootfs with overlay and /data partition for non-volatile storage.