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

Do not check out the sample apps on the basesdk


Fixes: APERTIS-5659

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent ac9448cb
No related branches found
No related tags found
1 merge request!76Drop stuff from basesdk
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -54,7 +54,7 @@ def architectures = [
ostree: false,
],
sdk: [
args: "-t demopack:${demopack} --scratchsize 10G",
args: "-t demopack:${demopack} -t sampleappscheckout:enabled --scratchsize 10G",
boards: [ 'sdk' ],
image: true,
sysroot: false,
......
......@@ -12,7 +12,7 @@
{{ $demopack := or .demopack "disabled" }}
{{ $size := or .size "20G" }}
{{ $sampleappscheckout := or .sampleappscheckout "enabled" }}
{{ $sampleappscheckout := or .sampleappscheckout "disabled" }}
{{ $devroot := or .devroot "enabled" }}
{{ $devroot_arch := or .devroot_arch "armhf" }}
{{ $devpack := or .devpack (printf "ospack_%s-%s-%s_%s" $suite $devroot_arch "devroot" $timestamp) }}
......
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