Skip to content
Snippets Groups Projects
Commit 490e1104 authored by Emanuele Aina's avatar Emanuele Aina Committed by Frédéric Dalleau
Browse files

sysroot: Align defaults to the ospack-sysroot recipe


With this, running debos with no template parameters does not
fail badly:

    debos apertis-ospack-sysroot.yaml
    debos apertis-sysroot.yaml

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d9f9d040
No related branches found
No related tags found
1 merge request!112Sysroot cleanup, plus some other tweaks
{{ $architecture := or .architecture "armhf" }}
{{ $ospack := or .ospack (printf "ospack-%s" $architecture) }}
{{ $architecture := or .architecture "amd64" }}
{{ $type := or .type "sysroot" }}
{{ $suite := or .suite "v2019dev0" }}
{{ $ospack := or .ospack (printf "ospack_%s-%s-%s" $suite $architecture $type) }}
{{ $sysroot := or .sysroot (printf "sysroot-%s" $architecture) }}
architecture: {{ $architecture }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment