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

apertis-sample-*: Encode the purpose in the image name


All the apertis-sample-* recipes currently produce output artifacts with the
same name, which is confusing and may cause artifacts to be overwritten if one
is not careful enough.

Mention development|production|sdk in the image names to distinguish each artifact.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent bfba2b02
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{{- $mirror := "https://repositories.apertis.org/apertis/" }} {{- $mirror := "https://repositories.apertis.org/apertis/" }}
{{- $suite := "18.12" }} {{- $suite := "18.12" }}
{{- $timestamp := "00000000.0" }} {{- $timestamp := "00000000.0" }}
{{- $image := (printf "apertis-sample-%s-%s-%s_%s" $suite $type $architecture $timestamp) }} {{- $image := (printf "apertis-sample-development-%s-%s-%s_%s" $suite $type $architecture $timestamp) }}
architecture: {{ $architecture }} architecture: {{ $architecture }}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{{- $mirror := "https://repositories.apertis.org/apertis/" }} {{- $mirror := "https://repositories.apertis.org/apertis/" }}
{{- $suite := "18.12" }} {{- $suite := "18.12" }}
{{- $timestamp := "00000000.0" }} {{- $timestamp := "00000000.0" }}
{{- $image := (printf "apertis-sample-%s-%s-%s_%s" $suite $type $architecture $timestamp) }} {{- $image := (printf "apertis-sample-production-%s-%s-%s_%s" $suite $type $architecture $timestamp) }}
{{ $board := "uboot" }} {{ $board := "uboot" }}
{{ $osname := "apertis" }} {{ $osname := "apertis" }}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{{- $mirror := "https://repositories.apertis.org/apertis/" }} {{- $mirror := "https://repositories.apertis.org/apertis/" }}
{{- $suite := "18.12" }} {{- $suite := "18.12" }}
{{- $timestamp := "00000000.0" }} {{- $timestamp := "00000000.0" }}
{{- $image := (printf "apertis-sample-%s-%s-%s_%s" $suite $type $architecture $timestamp) }} {{- $image := (printf "apertis-sample-sdk-%s-%s-%s_%s" $suite $type $architecture $timestamp) }}
{{ $devroot_arch := "armhf" }} {{ $devroot_arch := "armhf" }}
{{ $devpack := (printf "ospack_%s-%s-%s_%s" $suite $devroot_arch "devroot" $timestamp) }} {{ $devpack := (printf "ospack_%s-%s-%s_%s" $suite $devroot_arch "devroot" $timestamp) }}
......
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