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

ospack: Split up the arch-platform overlay


The catch-all arch-platform overlay was a relic of the old `cb_build`
pipeline. Split it up into semantic overlays and include them only
where appropriate.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 849e855f
No related branches found
No related tags found
No related merge requests found
...@@ -474,7 +474,19 @@ actions: ...@@ -474,7 +474,19 @@ actions:
- yelp-tools - yelp-tools
- action: overlay - action: overlay
source: overlays/arch-platform source: overlays/hostname
- action: overlay
source: overlays/default-hosts
- action: overlay
source: overlays/loopback-interface
- action: overlay
source: overlays/default-locale-c-utf8
- action: overlay
source: overlays/supported-locales
- action: overlay - action: overlay
source: {{ printf "overlays/%s-platform" $architecture }} source: {{ printf "overlays/%s-platform" $architecture }}
......
...@@ -374,7 +374,16 @@ actions: ...@@ -374,7 +374,16 @@ actions:
{{ end }} {{ end }}
- action: overlay - action: overlay
source: overlays/arch-platform source: overlays/hostname
- action: overlay
source: overlays/default-hosts
- action: overlay
source: overlays/loopback-interface
- action: overlay
source: overlays/default-locale-c-utf8
- action: overlay - action: overlay
source: {{ printf "overlays/arch-%s" $type }} source: {{ printf "overlays/arch-%s" $type }}
......
...@@ -73,7 +73,16 @@ actions: ...@@ -73,7 +73,16 @@ actions:
- vim.tiny - vim.tiny
- action: overlay - action: overlay
source: overlays/arch-platform source: overlays/hostname
- action: overlay
source: overlays/default-hosts
- action: overlay
source: overlays/loopback-interface
- action: overlay
source: overlays/default-locale-c-utf8
- action: overlay - action: overlay
source: {{ printf "overlays/arch-%s" $type }} source: {{ printf "overlays/arch-%s" $type }}
......
...@@ -667,7 +667,19 @@ actions: ...@@ -667,7 +667,19 @@ actions:
- traprain-mock-service - traprain-mock-service
- action: overlay - action: overlay
source: overlays/arch-platform source: overlays/hostname
- action: overlay
source: overlays/default-hosts
- action: overlay
source: overlays/loopback-interface
- action: overlay
source: overlays/default-locale-c-utf8
- action: overlay
source: overlays/supported-locales
- action: overlay - action: overlay
source: {{ printf "overlays/%s-platform" $architecture }} source: {{ printf "overlays/%s-platform" $architecture }}
......
...@@ -374,7 +374,10 @@ actions: ...@@ -374,7 +374,10 @@ actions:
{{ end }} {{ end }}
- action: overlay - action: overlay
source: overlays/arch-platform source: overlays/hostname
- action: overlay
source: overlays/default-locale-c-utf8
- action: overlay - action: overlay
source: {{ printf "overlays/arch-%s" $type }} source: {{ printf "overlays/arch-%s" $type }}
......
...@@ -198,7 +198,19 @@ actions: ...@@ -198,7 +198,19 @@ actions:
{{ end }} {{ end }}
- action: overlay - action: overlay
source: overlays/arch-platform source: overlays/hostname
- action: overlay
source: overlays/default-hosts
- action: overlay
source: overlays/loopback-interface
- action: overlay
source: overlays/default-locale-c-utf8
- action: overlay
source: overlays/supported-locales
- action: overlay - action: overlay
source: {{ printf "overlays/arch-%s" $type }} source: {{ printf "overlays/arch-%s" $type }}
......
File moved
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