diff --git a/apertis-sample-image-development.yaml b/apertis-sample-image-development.yaml index dc6bfc0aa0eb587500193114c88a9d7cfdd73c06..e2f4d665c2660a288b84bbfbfbf4ed0657b2aefd 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 95f24294b245e1e190842dfd80416d47131f6799..887272a8f28fe7d659b1dc65464a29182bb0a206 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 1321f647d69235823498e6c52bda26696e778cf7..facadd579801a7bb487d0cc06e9083544ea88e08 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