Warning, /plasma-bigscreen/bigscreen-debos-image-rpi4/recipes/base-embedded.yml is written in an unsupported language. File is not indexed.

0001 {{- $architecture := or .architecture "arm64" -}}
0002 {{- $firmware_version := or .firmware_version "master" -}}
0003 {{ $suite :=  or .suite "bionic" }}
0004 {{- $image := or .image "mycroft-mark2-rpi4.img" -}}
0005 
0006 architecture: {{ $architecture }}
0007 
0008 actions:
0009   - action: overlay
0010     description: Mycroft Mark 2 specific overlay
0011     source: ../overlays/base-embedded
0012