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

image-sdk: Rename ivitools variable to sampleappscheckout


Clarify the effect of the variable on the image-sdk recipe by changing
its name.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 9b89983f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
{{ $demopack := or .demopack "disabled" }}
{{ $size := or .size "20G" }}
{{ $ivitools := or .ivitools "enabled" }}
{{ $sampleappscheckout := or .sampleappscheckout "enabled" }}
{{ $devroot := or .devroot "enabled" }}
{{ $devroot_arch := or .devroot_arch "armhf" }}
{{ $devpack := or .devpack (printf "ospack_%s-%s-%s_%s" $suite $devroot_arch "devroot" $timestamp) }}
......@@ -96,7 +96,7 @@ actions:
description: Cleanup /var/lib
script: scripts/remove_var_lib_parts.sh
{{ if eq $ivitools "enabled" }}
{{ if eq $sampleappscheckout "enabled" }}
- action: run
description: Fetch sample app bundle sources
chroot: true
......
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