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

apertis-sample-*: Simplify some comments


Some comments are too detailed and may become inaccurate when we switch to a
different board type.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 9309f91d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ actions: ...@@ -17,7 +17,7 @@ actions:
suite: {{ $suite }} suite: {{ $suite }}
timestamp: {{ $timestamp }} timestamp: {{ $timestamp }}
# Create the MX6 SabreLite image based on rootfs created during previous action # Package up everything in a image
- action: recipe - action: recipe
description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }}
recipe: apertis-image-mx6qsabrelite.yaml recipe: apertis-image-mx6qsabrelite.yaml
......
...@@ -47,7 +47,7 @@ actions: ...@@ -47,7 +47,7 @@ actions:
chroot: false chroot: false
command: find ${ROOTDIR} -maxdepth 1 -mindepth 1 -exec rm -rf {} \; command: find ${ROOTDIR} -maxdepth 1 -mindepth 1 -exec rm -rf {} \;
# Create the U-Boot image based on OSTree rootfs created during previous action # Package up everything in a image
- action: recipe - action: recipe
description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }}
recipe: apertis-ostree-image-uboot.yaml recipe: apertis-ostree-image-uboot.yaml
......
...@@ -21,7 +21,7 @@ actions: ...@@ -21,7 +21,7 @@ actions:
suite: {{ $suite }} suite: {{ $suite }}
timestamp: {{ $timestamp }} timestamp: {{ $timestamp }}
# Create the Base SDK image based on OSTree rootfs created during previous action # Package up everything in a image for VirtualBox
- action: recipe - action: recipe
description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }}
recipe: apertis-image-sdk.yaml recipe: apertis-image-sdk.yaml
......
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