Demo shell applications#
The simpleswitch-hello-world
provides an example of a shell script
running in a simpleswitch package.
The simpleswitch-hello-world-userdata
provides an example of a shell script
running in a simpleswitch package, with SimpleSwitch™’s support for persistent user data.
More details about this feature can be found at
Persist user data of a SimpleSwitch™ package.
Note
The persistence feature is language agnostic and can be used with all SimpleSwitch™ containers.
Registration
If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.
How to get it#
## On your computer run
$ scotty build simpleswitch-hello-world
## or
$ scotty build simpleswitch-hello-world-userdata
## On your computer run
$ bitbake simpleswitch-hello-world
## or
$ bitbake simpleswitch-hello-world-userdata