From ec979d471fc2d5024f8f4aa5d5edcdcfd6728346 Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Thu, 21 Mar 2019 15:18:40 +0100 Subject: [PATCH] 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 <emanuele.aina@collabora.com> --- apertis-sample-image-development.yaml | 2 +- apertis-sample-image-production.yaml | 2 +- apertis-sample-image-sdk.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apertis-sample-image-development.yaml b/apertis-sample-image-development.yaml index dc6bfc0a..e2f4d665 100644 --- a/apertis-sample-image-development.yaml +++ b/apertis-sample-image-development.yaml @@ -17,7 +17,7 @@ actions: suite: {{ $suite }} timestamp: {{ $timestamp }} - # Create the MX6 SabreLite image based on rootfs created during previous action + # Package up everything in a image - action: recipe description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} recipe: apertis-image-mx6qsabrelite.yaml diff --git a/apertis-sample-image-production.yaml b/apertis-sample-image-production.yaml index 95f24294..887272a8 100644 --- a/apertis-sample-image-production.yaml +++ b/apertis-sample-image-production.yaml @@ -47,7 +47,7 @@ actions: chroot: false 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 description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} recipe: apertis-ostree-image-uboot.yaml diff --git a/apertis-sample-image-sdk.yaml b/apertis-sample-image-sdk.yaml index 1321f647..facadd57 100644 --- a/apertis-sample-image-sdk.yaml +++ b/apertis-sample-image-sdk.yaml @@ -21,7 +21,7 @@ actions: suite: {{ $suite }} 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 description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} recipe: apertis-image-sdk.yaml -- GitLab