From 1171e3e0e9bd470e0f39965b71479b92206846ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Danis?= <frederic.danis@collabora.com> Date: Fri, 1 Mar 2019 16:36:09 +0100 Subject: [PATCH] Rename sample recipes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Danis <frederic.danis@collabora.com> --- ...-mx6qsabrelite.yaml => apertis-sample-image-development.yaml | 2 +- ...ge-ostree-uboot.yaml => apertis-sample-image-production.yaml | 2 +- ...s-sample-image-basesdk.yaml => apertis-sample-image-sdk.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename apertis-sample-image-mx6qsabrelite.yaml => apertis-sample-image-development.yaml (98%) rename apertis-sample-image-ostree-uboot.yaml => apertis-sample-image-production.yaml (99%) rename apertis-sample-image-basesdk.yaml => apertis-sample-image-sdk.yaml (100%) diff --git a/apertis-sample-image-mx6qsabrelite.yaml b/apertis-sample-image-development.yaml similarity index 98% rename from apertis-sample-image-mx6qsabrelite.yaml rename to apertis-sample-image-development.yaml index 9dd74e5f..8f5a6206 100644 --- a/apertis-sample-image-mx6qsabrelite.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 + # Create the MX6 SabreLite image based on rootfs created during previous action - action: recipe description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} recipe: apertis-image-mx6qsabrelite.yaml diff --git a/apertis-sample-image-ostree-uboot.yaml b/apertis-sample-image-production.yaml similarity index 99% rename from apertis-sample-image-ostree-uboot.yaml rename to apertis-sample-image-production.yaml index 453044d4..ba0be850 100644 --- a/apertis-sample-image-ostree-uboot.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 + # Create the U-Boot image based on OSTree rootfs created during previous action - action: recipe description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }} recipe: apertis-ostree-image-uboot.yaml diff --git a/apertis-sample-image-basesdk.yaml b/apertis-sample-image-sdk.yaml similarity index 100% rename from apertis-sample-image-basesdk.yaml rename to apertis-sample-image-sdk.yaml -- GitLab