Skip to content
Snippets Groups Projects

Add example recipes to build a single image

Merged Frederic Danis requested to merge fdanis/apertis-image-recipes:T5675 into apertis/v2019dev0
1 unresolved thread
Files
2
+ 10
0
@@ -127,6 +127,16 @@ actions:
description: Unpack the devroot ospack
chroot: false
command: tar --extract -C "${ROOTDIR}/opt/devroot" -f devpack.tar.gz
{{ else if eq $devroot "local" }}
- action: run
description: Create the devroot directory
chroot: false
command: mkdir -p "${ROOTDIR}/opt/devroot"
- action: run
description: Unpack the devroot ospack
chroot: false
command: tar --extract -C "${ROOTDIR}/opt/devroot" -f "${ARTIFACTDIR}/{{ $devpack }}.tar.gz"
{{ end }}
- action: run
Loading