licenseviewer - show the embedded license information#

The simpleswitch-licenseviewer offers a ready to use web interface on port 8083 to all license information embedded into the base image and all running SimpleSwitch™ packages.

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#

  • container-helper
  • Scotty
  • Bitbake
    ## From the base image run
    $ skopeo login ghcr.io
    $ export machine=$CONTAINER_HELPER_ARCH
    $ export package=simpleswitch-licenseviewer
    $ export tag=$RELEASE_VERSION
    $ container-helper registry-install ghcr.io ghcr.io/avnet-embedded/simpleswitch/${machine}/${package}:${tag}
    $ simpleswitch-helper start ${package}
    ## On your computer run
    $ scotty build simpleswitch-licenseviewer
    ## On your computer run
    $ bitbake simpleswitch-licenseviewer

Note

This recipe needs meta-licenseexport in the layer setup, if you want to build it yourself.

  • Scotty
  • Bitbake
    ## On your computer run
    $ scotty setup --features-layers-set licenseexport --features-layers-set simpleswitch
    ## On your computer run
    $ bitbake-layers add-layer <path to meta-licenseexport>