Skip to content
Snippets Groups Projects
Commit e6e97a64 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

ospack-minimal: Make the Canterbury appfw conditional on ivitools


Introduce the `ivitools` variable as used by the target recipe to
control the inclusion of the Canterbury/Ribchester app framework.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent ba4c09ca
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
{{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s" $suite $architecture $type) -}}
{{- $ivitools := or .ivitools "enabled" -}}
{{- $lxc := or .lxc "enabled" -}}
architecture: {{ $architecture }}
......@@ -62,12 +63,14 @@ actions:
- apparmor
- chaiwala-apparmor-profiles
{{ if eq $ivitools "enabled" }}
- action: apt
description: "Application framework packages"
packages:
- canterbury-core
- newport
- ribchester-core
{{ end }}
- action: apt
description: "Test environment packages"
......
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